Skip to content

Commit

Permalink
Merge pull request #354 from jfnavarro/tumoronly
Browse files Browse the repository at this point in the history
Tumor-only mode for Mutect2 and MSIsensor
  • Loading branch information
maxulysse authored Mar 10, 2021
2 parents f473afe + d68befa commit 7c44773
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 72 deletions.
3 changes: 3 additions & 0 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,7 @@ process {
container = {(params.annotation_cache && params.vep_cache) ? 'nfcore/sarek:dev' : "nfcore/sarekvep:dev.${params.genome}"}
errorStrategy = {task.exitStatus == 143 ? 'retry' : 'ignore'}
}
withLabel:msisensor {
container = "quay.io/biocontainers/msisensor-pro:1.1.a--hb3646a4_0"
}
}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ dependencies:
- bioconda::vcfanno=0.3.2=0
- bioconda::vcftools=0.1.16=he513fc3_4
- conda-forge::pigz=2.3.4=hed695b0_1
- conda-forge::r-ggplot2=3.3.0=r40h6115d3f_1
- conda-forge::r-ggplot2=3.3.0=r40h6115d3f_1
Loading

0 comments on commit 7c44773

Please sign in to comment.