Skip to content

Commit

Permalink
fix false upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Apr 12, 2024
1 parent f2d318f commit e9f7feb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ limitations under the License.
// Global default params, used in configs
params {
// Running options
run_busco_core = False
run_busco_ncbi = False
run_omark = False
run_ensembl_stats =False
apply_stats = False
run_busco_core = false
run_busco_ncbi = false
run_omark = false
run_ensembl_stats =false
apply_stats = false
copyToFtp = false

// db connection
Expand Down

0 comments on commit e9f7feb

Please sign in to comment.