Skip to content

Commit

Permalink
Checking tests that were failing from the samtools/cramsize module.
Browse files Browse the repository at this point in the history
  • Loading branch information
limrp committed Jul 28, 2023
1 parent e950f93 commit a34398f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/cramsize/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ process SAMTOOLS_CRAMSIZE {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' ))
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//')
END_VERSIONS
"""

Expand All @@ -40,7 +40,7 @@ process SAMTOOLS_CRAMSIZE {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' ))
samtools: \$(echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//')
END_VERSIONS
"""
}
5 changes: 2 additions & 3 deletions tests/modules/nf-core/samtools/cramsize/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
- name: test_samtools_cramsize
- name: samtools cramsize test_samtools_cramsize
command: nextflow run ./tests/modules/nf-core/samtools/cramsize -entry test_samtools_cramsize -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/samtools/cramsize/nextflow.config
tags:
- test.cram
- test.size
- samtools/cramsize
files:
- path: output/samtools/test.size
md5sum: aff113286a3368bcb9c5b708bdf5f777
Expand Down

0 comments on commit a34398f

Please sign in to comment.