Skip to content

Commit

Permalink
removed extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 1, 2024
1 parent 15172cc commit fac3ff5
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,10 @@ profiles {
singularity.autoMounts = true
}
test {
params.test_wf = true
params.test = true
}
test1 {
params.test_wf = true
params.enable_porechop = true
}
test2 {
params.test_wf = true
params.assembler = 'raven'
}
test3 {
params.test_wf = true
params.assembler = 'miniasm'
}
test4 {
params.test_wf = true
params.assembler = 'lr_unicycler'
}
test5 {
params.test_wf = true
params.assembler = 'trycycler'
params.trycycler_min_fasta = 9
}
test6 {
params.test_wf = true
params.assembler = 'dragonflye'
campy {
includeConfig './configs/1_5.config'
}
}

Expand Down

0 comments on commit fac3ff5

Please sign in to comment.