Skip to content

Commit 2d289df

Browse files
committed
Added explanation of the extra code block in eigenstrat_snp_coverage process
1 parent 6383d3f commit 2d289df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,7 @@ if (params.pileupcaller_snpfile.isEmpty ()) {
26312631
path("*_eigenstrat_coverage.txt")
26322632

26332633
script:
2634+
// The following code block can be swapped in once the eigenstratdatabasetools MultiQC module becomes available.
26342635
/* """
26352636
eigenstrat_snp_coverage -i pileupcaller.${strandedness} -s ".txt" >${strandedness}_eigenstrat_coverage.txt -j ${strandedness}_eigenstrat_coverage_mqc.json
26362637
"""*/

0 commit comments

Comments
 (0)