Skip to content

Commit

Permalink
Apply linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed May 30, 2024
1 parent 3cd29a9 commit f1a365f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/local/markdups/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
conda clean -yaf

RUN \
wget -P /tmp/ https://github.com/hartwigmedical/hmftools/releases/download/mark-dups-v1.1.6_beta/mark-dups_v1.1.6_beta.jar
wget -P /tmp/ https://github.com/hartwigmedical/hmftools/releases/download/mark-dups-v1.1.6_beta/mark-dups_v1.1.6_beta.jar

# Move Conda environment into standard BioContainers base image
FROM quay.io/bioconda/base-glibc-busybox-bash:2.1.0
Expand Down
5 changes: 4 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ params {
// Workflow mode
mode = null

// Force options
force_genome = false
force_panel = false

// Read processing and alignment options
max_fastq_records = 10000000
umi_length = 0
Expand All @@ -27,7 +31,6 @@ params {

// Reference genome information; iGenomes is effectively disabled but retained for linting
genome = null
force_genome = false
igenomes_base = 's3://ngi-igenomes/igenomes'
igenomes_ignore = true

Expand Down
1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"force_panel": {
"type": "boolean",
"description": "Skip check for known panels.",
"default": false,
"fa_icon": "fas fa-palette"
},
"processes_manual": {
Expand Down

0 comments on commit f1a365f

Please sign in to comment.