mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update Arriba to 2.3.0 (#1827)
* update test files md5sum * update test files md5sum, again
This commit is contained in:
parent
e2755cb039
commit
80746895e2
2 changed files with 5 additions and 5 deletions
|
@ -2,10 +2,10 @@ process ARRIBA {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::arriba=2.2.1" : null)
|
||||
conda (params.enable_conda ? "bioconda::arriba=2.3.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/arriba:2.2.1--hecb563c_2' :
|
||||
'quay.io/biocontainers/arriba:2.2.1--hecb563c_2' }"
|
||||
'https://depot.galaxyproject.org/singularity/arriba:2.3.0--haa8aa89_0' :
|
||||
'quay.io/biocontainers/arriba:2.3.0--haa8aa89_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
- path: output/star/star/transcriptInfo.tab
|
||||
md5sum: 0c3a5adb49d15e5feff81db8e29f2e36
|
||||
- path: output/star/test.Aligned.out.bam
|
||||
md5sum: 4fa079d11f8938e51015e3e477fa7149
|
||||
md5sum: e6f850505492f1c7d47bb1ad05fddbfd
|
||||
- path: output/star/test.Log.final.out
|
||||
- path: output/star/test.Log.out
|
||||
- path: output/star/test.Log.progress.out
|
||||
|
@ -51,7 +51,7 @@
|
|||
- arriba
|
||||
files:
|
||||
- path: output/arriba/test.fusions.discarded.tsv
|
||||
md5sum: cdc6cfbc75e68ce29a766f50f390274d
|
||||
md5sum: 445cb87a27f063e751f93498cf8d10b5
|
||||
- path: output/arriba/test.fusions.tsv
|
||||
md5sum: 7c3383f7eb6d79b84b0bd30a7ef02d70
|
||||
- path: output/star/star/Genome
|
||||
|
|
Loading…
Reference in a new issue