Skip to content

Commit

Permalink
solved all pipeline test, missing only module test
Browse files Browse the repository at this point in the history
  • Loading branch information
valerianilucrezia committed Dec 20, 2024
1 parent e37f0d4 commit 6dfdbaa
Show file tree
Hide file tree
Showing 3 changed files with 779 additions and 789 deletions.
Binary file removed docs/images/nf-core-tumourevo_logo.png
Binary file not shown.
10 changes: 2 additions & 8 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ params {
sigprofiler_cpu = "-1"
sigprofiler_stability = "0.8"
sigprofiler_min_stability = "0.2"
sigprofiler_combined_stability = "1.0"
sigprofiler_combined_stability = "1"
sigprofiler_cosmic_version = "3.4"
sigprofiler_make_decomposition_plots = "True"
sigprofiler_collapse_to_SBS96 = "True"
Expand All @@ -172,7 +172,7 @@ params {


// Boilerplate options
name = false
//name = false
email = false
email_on_fail = false
plaintext_email = false
Expand All @@ -187,12 +187,6 @@ params {
config_profile_description = false
config_profile_contact = false
config_profile_url = false

// Defaults only, expecting to be overwritten
max_memory = 128.GB
max_cpus = 16
max_time = 240.h


// Boilerplate options
outdir = null
Expand Down
Loading

0 comments on commit 6dfdbaa

Please sign in to comment.