Skip to content

Commit 014b326

Browse files
tkchafinmuffato
andauthored
Move CI to use miniprot (#160)
* Move CI to use miniprot * use metaeuk for non-test runs * Removed extra whitespace * Removed comment that applied to metaeuk * Removed extra whitespace --------- Co-authored-by: Matthieu Muffato <[email protected]>
1 parent 12ee265 commit 014b326

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

conf/modules.config

+2-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ process {
8686
// Obey "use_work_dir_as_temp", except for large genomes
8787
scratch = { !params.use_work_dir_as_temp || (meta.genome_size < 2000000000) }
8888
ext.args = { 'test' in workflow.profile.tokenize(',') || 'test_raw' in workflow.profile.tokenize(',') || 'test_nobusco' in workflow.profile.tokenize(',') ?
89-
// Additional configuration to speed processes up during testing.
90-
// Note: BUSCO *must* see the double-quotes around the parameters
91-
'--force --metaeuk --metaeuk_parameters \'"-s=2"\' --metaeuk_rerun_parameters \'"-s=2"\''
92-
: '--force --metaeuk' }
89+
'--force' // Runs with miniprot
90+
: '--force --metaeuk' }
9391
}
9492

9593
withName: "RESTRUCTUREBUSCODIR" {

0 commit comments

Comments
 (0)