Skip to content

Commit

Permalink
Updated snapshots to reflect new nf-core modules
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM committed Jan 17, 2024
1 parent 319142c commit 0126a63
Show file tree
Hide file tree
Showing 35 changed files with 363 additions and 554 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Run nf-test
run: |
nf-test test --tag ${{ matrix.tags }} --profile ${{ matrix.tags }},${{ matrix.profile }},test_data --junitxml=test.xml
nf-test test --tag ${{ matrix.tags }} --profile test,${{ matrix.profile }},test_data --junitxml=test.xml
- name: Output log on failure
if: failure()
Expand Down
23 changes: 2 additions & 21 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,7 @@ params {
config_profile_description = 'Minimal test dataset to check pipeline function'

// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = '6.GB'
//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.multirun.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
megahit_fix_cpu_1 = true
spades_fix_cpus = 1
bowtie2_fix_cpu_1 = true
metabat2_fix_cpu_1 = true
maxbin2_fix_cpu_1 = true
concoct_fix_cpu_1 = true
binning_map_mode = 'own'
min_length_unbinned_contigs = 1000000
max_unbinned_contigs = 2
busco_db = "https://busco-data.ezlab.org/v5/data/lineages/bacteria_odb10.2024-01-08.tar.gz"
busco_clean = true
skip_gtdbtk = true
skip_concoct = true
}
40 changes: 0 additions & 40 deletions conf/test_adapterremoval.config

This file was deleted.

51 changes: 0 additions & 51 deletions conf/test_ancient_dna.config

This file was deleted.

40 changes: 0 additions & 40 deletions conf/test_bbnorm.config

This file was deleted.

50 changes: 0 additions & 50 deletions conf/test_binrefinement.config

This file was deleted.

45 changes: 0 additions & 45 deletions conf/test_busco_auto.config

This file was deleted.

42 changes: 0 additions & 42 deletions conf/test_host_rm.config

This file was deleted.

42 changes: 0 additions & 42 deletions conf/test_hybrid.config

This file was deleted.

42 changes: 0 additions & 42 deletions conf/test_hybrid_host_rm.config

This file was deleted.

Loading

0 comments on commit 0126a63

Please sign in to comment.