Skip to content

Commit

Permalink
Update generate_cram_csv.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
scorreard authored Oct 27, 2023
1 parent 913bf8b commit 2989f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/local/generate_cram_csv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ process GENERATE_CRAM_CSV {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' )
bwa-mem2: \$(bwa-mem2 --version | sed 's/bwa-mem2 //g')
END_VERSIONS
"""

Expand All @@ -33,7 +32,6 @@ process GENERATE_CRAM_CSV {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' )
bwa-mem2: \$(bwa-mem2 --version | sed 's/bwa-mem2 //g')
END_VERSIONS
"""
}

0 comments on commit 2989f16

Please sign in to comment.