Skip to content

Commit

Permalink
Merge pull request #1 from CharlotteAnne/update-lastdb
Browse files Browse the repository at this point in the history
Update lastdb modules train split postmask lastdb to v1453
  • Loading branch information
CharlotteAnne committed Apr 19, 2023
2 parents b7f0dbc + 7d8e565 commit 6904e50
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 17 deletions.
6 changes: 3 additions & 3 deletions modules/nf-core/last/lastdb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process LAST_LASTDB {
tag "$meta.id"
label 'process_medium'

conda "bioconda::last=1418"
conda "bioconda::last=1453"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' :
'quay.io/biocontainers/last:1418--h5b5514e_0' }"
'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' :
'quay.io/biocontainers/last:1453--h5b5514e_0' }"

input:
tuple val(meta), path(fastx)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/last/postmask/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process LAST_POSTMASK {
tag "$meta.id"
label 'process_low'

conda "bioconda::last=1418"
conda "bioconda::last=1453"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' :
'quay.io/biocontainers/last:1418--h5b5514e_0' }"
'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' :
'quay.io/biocontainers/last:1453--h5b5514e_0' }"

input:
tuple val(meta), path(maf)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/last/split/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process LAST_SPLIT {
tag "$meta.id"
label 'process_high'

conda "bioconda::last=1418"
conda "bioconda::last=1453"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' :
'quay.io/biocontainers/last:1418--h5b5514e_0' }"
'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' :
'quay.io/biocontainers/last:1453--h5b5514e_0' }"

input:
tuple val(meta), path(maf)
Expand Down
6 changes: 3 additions & 3 deletions modules/nf-core/last/train/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process LAST_TRAIN {
tag "$meta.id"
label 'process_high'

conda "bioconda::last=1418"
conda "bioconda::last=1453"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/last:1418--h5b5514e_0' :
'quay.io/biocontainers/last:1418--h5b5514e_0' }"
'https://depot.galaxyproject.org/singularity/last:1453--h5b5514e_0' :
'quay.io/biocontainers/last:1453--h5b5514e_0' }"

input:
tuple val(meta), path(fastx)
Expand Down
6 changes: 3 additions & 3 deletions tests/modules/nf-core/last/lastdb/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- path: output/last/lastdb/test.des
md5sum: 3a9ea6d336e113a74d7fdca5e7b623fc
- path: output/last/lastdb/test.prj
md5sum: 0e570741b20e89e9878fe26f26d84b7a
md5sum: e90f43ca41802e0aa9e95348558c837e
- path: output/last/lastdb/test.sds
md5sum: 2cd381f4f8a9c52cfcd323a2863eccb2
- path: output/last/lastdb/test.ssp
Expand All @@ -23,15 +23,15 @@
- name: last lastdb test_last_lastdb_gzipped_input
command: nextflow run ./tests/modules/nf-core/last/lastdb -entry test_last_lastdb_gzipped_input -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/last/lastdb/nextflow.config
tags:
- last
- last/lastdb
- last
files:
- path: output/last/lastdb/test.bck
md5sum: 8692b1229b1fff1c2d39c4c610ff842b
- path: output/last/lastdb/test.des
md5sum: 26ab49015cc572172b9efa50fc5190bc
- path: output/last/lastdb/test.prj
md5sum: b3e3b96d01ce4c2c5c88c85e4dc83453
md5sum: dabf7db09dbae4c10af3246b56faeab7
- path: output/last/lastdb/test.sds
md5sum: cad9927d4bd161257e98165ad755d8e4
- path: output/last/lastdb/test.ssp
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/nf-core/last/postmask/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: last postmask test_last_postmask
command: nextflow run ./tests/modules/nf-core/last/postmask -entry test_last_postmask -c ./tests/config/nextflow.config -c ./tests/modules/nf-core/last/postmask/nextflow.config
tags:
- last
- last/postmask
- last
files:
- path: output/last/contigs.genome.postmask.maf.gz
md5sum: 3a0f42e76da9549748983ac4d7ff7473
Expand Down
17 changes: 16 additions & 1 deletion tests/modules/nf-core/last/train/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,20 @@
- last
files:
- path: output/last/contigs.genome.par
md5sum: 457395281b6852cfee3417816e73a965
md5sum: caf93e967179237a2eadbe4bae008c52
- path: output/last/versions.yml
- path: output/untar/lastdb/genome.bck
md5sum: 5519879b9b6c4d1fc508da7f17f88f2e
- path: output/untar/lastdb/genome.des
md5sum: 3a9ea6d336e113a74d7fdca5e7b623fc
- path: output/untar/lastdb/genome.prj
md5sum: 489715f14b0fea6273822696e72357f9
- path: output/untar/lastdb/genome.sds
md5sum: 2cd381f4f8a9c52cfcd323a2863eccb2
- path: output/untar/lastdb/genome.ssp
md5sum: 4137fb6fe9df2b3d78d5b960390aac7b
- path: output/untar/lastdb/genome.suf
md5sum: 1895efa8653e8e9bd3605cff0408ed33
- path: output/untar/lastdb/genome.tis
md5sum: b7c40f06b1309dc6f37849eeb86dfd22
- path: output/untar/versions.yml

0 comments on commit 6904e50

Please sign in to comment.