Skip to content

Commit

Permalink
add nf-test for star/align (nf-core#4384)
Browse files Browse the repository at this point in the history
* add nf-test for star/align

* update mulled container

* fix docker tests

* docker fix + comments

* update tests and snap

* update snaps

* better snapshot capture
  • Loading branch information
maxulysse authored Nov 23, 2023
1 parent 65acf69 commit 9f6b233
Show file tree
Hide file tree
Showing 8 changed files with 1,154 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/star/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process STAR_ALIGN {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:1df389393721fc66f3fd8778ad938ac711951107-0' :
'biocontainers/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:1df389393721fc66f3fd8778ad938ac711951107-0' }"
'https://depot.galaxyproject.org/singularity/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:019f262d90511939dce2dca4b7c868fc108f73db-0' :
'biocontainers/mulled-v2-1fa26d1ce03c295fe2fdcf85831a92fbcbd7e8c2:019f262d90511939dce2dca4b7c868fc108f73db-0' }"

input:
tuple val(meta), path(reads, stageAs: "input*/*")
Expand Down
339 changes: 339 additions & 0 deletions modules/nf-core/star/align/tests/main.nf.test

Large diffs are not rendered by default.

Loading

0 comments on commit 9f6b233

Please sign in to comment.