Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New modules metabuli: Add- Build- Classify #5862

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use modules branch of testdata
  • Loading branch information
TheOafidian committed Jun 15, 2023
commit 15cadac7853f9addbb17f974623dc4c3075743d0
4 changes: 2 additions & 2 deletions tests/modules/nf-core/metabuli/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ workflow test_metabuli_build {

genome = file("${params.test_data_base}/data/genomics/sarscov2/genome/genome.fasta", checkIfExists: true)
dmp_files = [
file("${params.test_data_metabuli}/data/genomics/sarscov2/metagenome/names.dmp"),
file("${params.test_data_metabuli}/data/genomics/sarscov2/metagenome/nodes.dmp")
file("${params.test_data_base}/delete_me/metabuli/names.dmp"),
file("${params.test_data_base}/delete_me/metabuli/nodes.dmp")
]
acc2taxid = BUILD_ACC2TAXID(genome)
tax = CREATE_TAXONOMY_FOLDER(dmp_files)
Expand Down
9 changes: 2 additions & 7 deletions tests/modules/nf-core/metabuli/build/nextflow.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
params {
test_data_metabuli = 'https://raw.githubusercontent.com/nf-core/test-datasets/metabuli'
}
process {

publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
withLabel:process_medium {
cpus = 6
memory = 36.GB
time = 8.h
memory = 6.5GB
}
}
}