Skip to content

Commit

Permalink
qualimap cross-ref and channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 7, 2020
1 parent ad7b0d9 commit 234204a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/process/process_stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Run QualiMap on the output bam of snippy pairwise.
========================================= =========================== ===========================
Input Type Description
========================================= =========================== ===========================
ch_snippy_bam_pairwise_qualimap bam Pairwise alignment file from process snippy_pairwise.
ch_snippy_bam_pairwise_qualimap bam Pairwise alignment file from process :ref:`snippy_pairwise<Snippy Pairwise>`.
========================================= =========================== ===========================

========================================= =========================== ===========================
Output Type Description
========================================= =========================== ===========================
ch_snippy_pairwise_qualimap_multiqc misc All default qualimap output for process multiqc.
ch_snippy_pairwise_qualimap_multiqc misc All default qualimap output for process :ref:`multiqc<MultiQC>`.
========================================= =========================== ===========================

=========================================== =========================== ===========================
Expand All @@ -26,8 +26,9 @@ Publish Type Descript

**Shell script**::

sample=${snippy_bam.baseName}_stats
qualimap bamqc -bam ${snippy_bam} -c -outformat "HTML" -outdir . -nt ${task.cpus}
qualimap bamqc -bam ${snippy_bam} --skip-duplicated -c -outformat "HTML" -outdir . -nt ${task.cpus}
qualimapDir=${snippy_bam.baseName}_stats
mv \$qualimapDir ${snippy_bam.baseName}


MultiQC
Expand Down
1 change: 0 additions & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,6 @@ process qualimap_snippy_pairwise{
qualimap bamqc -bam ${snippy_bam} --skip-duplicated -c -outformat "HTML" -outdir . -nt ${task.cpus}
qualimapDir=${snippy_bam.baseName}_stats
mv \$qualimapDir ${snippy_bam.baseName}
ls -l
"""
}

Expand Down

0 comments on commit 234204a

Please sign in to comment.