Skip to content

Commit

Permalink
Add subsampling to report
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 7, 2024
1 parent ac7792d commit 0e0c49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/sample_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ process SAMPLE_REPORT {
echo -e "Repository\t${params.service.github}" >> params.txt
echo -e "Variant Caller\t${params.mode}" >> params.txt
echo -e "Detection Limit\t${params.detection_limit}" >> params.txt
echo -e "Coverage Subsampling\t${params.subsampling}" >> params.txt
echo -e "Reference\t${params.reference}" >> params.txt
echo -e "Base Quality\t${params.baseQ}" >> params.txt
echo -e "Map Quality\t${params.mapQ}" >> params.txt
Expand Down

0 comments on commit 0e0c49c

Please sign in to comment.