Skip to content

Commit

Permalink
Move domain classification test to adapterremoval test to reduce over…
Browse files Browse the repository at this point in the history
…all number of test configs
  • Loading branch information
prototaxites committed Jun 8, 2023
1 parent e900c9c commit 043750b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
7 changes: 4 additions & 3 deletions conf/test_adapterremoval.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
*/

params {
config_profile_name = 'Test profile for running with AdapterRemoval'
config_profile_description = 'Minimal test dataset to check pipeline function with AdapterRemoval data'
config_profile_name = 'Test profile for running with AdapterRemoval and domain classification'
config_profile_description = 'Minimal test dataset to check pipeline function with AdapterRemoval data and domain classification.'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = '6.GB'
max_time = '6.h'

// Input data
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/mag/samplesheets/samplesheet.csv'
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/mag/samplesheets/samplesheet.euk.csv'
centrifuge_db = "https://raw.githubusercontent.com/nf-core/test-datasets/mag/test_data/minigut_cf.tar.gz"
kraken2_db = "https://raw.githubusercontent.com/nf-core/test-datasets/mag/test_data/minigut_kraken.tgz"
skip_krona = true
Expand All @@ -30,4 +30,5 @@ params {
gtdb = false
clip_tool = 'adapterremoval'
skip_concoct = true
bin_domain_classification = true
}
32 changes: 0 additions & 32 deletions conf/test_domain_classification.config

This file was deleted.

0 comments on commit 043750b

Please sign in to comment.