Skip to content

Commit

Permalink
Remove duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 19, 2023
1 parent b4bc9a5 commit edc5bde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/local/report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ process REPORT {
echo -e "Variant Caller\t${params.mode}" >> params.txt
echo -e "Detection Limit\t${params.detection_limit}" >> params.txt
echo -e "Reference\t${params.reference}" >> params.txt
echo -e "Reference\t${params.reference}" >> params.txt
echo -e "Base Quality\t${params.variant_calling.baseQ}" >> params.txt
echo -e "Map Quality\t${params.variant_calling.mapQ}" >> params.txt
echo -e "Alignment Quality\t${params.variant_calling.alignQ}" >> params.txt
Expand Down

0 comments on commit edc5bde

Please sign in to comment.