Skip to content

Commit

Permalink
Merge pull request #15 from scorreard/dev
Browse files Browse the repository at this point in the history
Update generate_cram_csv.nf
  • Loading branch information
DLBPointon authored Oct 30, 2023
2 parents 913bf8b + 2989f16 commit 9514488
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 9514488

Please sign in to comment.