Skip to content

Commit

Permalink
Bump external/pipeline-Nextflow-config from 3ec7186 to f3448ac (#145
Browse files Browse the repository at this point in the history
)

* Bump external/pipeline-Nextflow-config from `3ec7186` to `f3448ac`

Bumps [external/pipeline-Nextflow-config](https://github.com/uclahs-cds/pipeline-Nextflow-config) from `3ec7186` to `f3448ac`.
- [Release notes](https://github.com/uclahs-cds/pipeline-Nextflow-config/releases)
- [Commits](uclahs-cds/pipeline-Nextflow-config@3ec7186...f3448ac)

---
updated-dependencies:
- dependency-name: external/pipeline-Nextflow-config
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update expected test changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicholas Wiltsie <nwiltsie@mednet.ucla.edu>
  • Loading branch information
dependabot[bot] and nwiltsie committed Mar 22, 2024
1 parent 49aeb74 commit 9ba216b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 185 deletions.
2 changes: 1 addition & 1 deletion external/pipeline-Nextflow-config
185 changes: 1 addition & 184 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,98 +146,6 @@
"verbose": false,
"work_dir": "/scratch/523557"
},
"params_schema": {
"algorithm": {
"choices": [
"delly",
"manta"
],
"default": [
"delly",
"manta"
],
"help": "List of available somatic SV callers",
"required": true,
"type": "List"
},
"dataset_id": {
"help": "Dataset identifier",
"required": true,
"type": "String"
},
"exclusion_file": {
"help": "Absoulte path to an exclusion file",
"mode": "r",
"required": true,
"type": "Path"
},
"filter_condition": {
"default": "FILTER=\\='PASS'",
"help": "",
"required": true,
"type": "String"
},
"input": {
"elements": {
"BAM": {
"elements": {
"normal": {
"help": "Input normal BAMs",
"required": false,
"type": "BAMEntryList"
},
"tumor": {
"help": "Input tumor BAMs",
"required": false,
"type": "BAMEntryList"
}
},
"help": "Input BAMs for somatic structural variant calling",
"required": true,
"type": "InputBAMNamespace"
}
},
"help": "Input samples",
"required": true,
"type": "InputNamespace"
},
"mad_cutoff": {
"default": "15",
"help": "",
"required": true,
"type": "Integer"
},
"map_qual": {
"default": "20",
"help": "",
"required": true,
"type": "Integer"
},
"min_clique_size": {
"default": "5",
"help": "",
"required": true,
"type": "Integer"
},
"output_dir": {
"help": "Absolute path to output directory",
"mode": "w",
"required": true,
"type": "Path"
},
"reference_fasta": {
"help": "Absolute path to a reference FASTA file",
"mode": "r",
"required": true,
"type": "Path"
},
"sample_id": {
"help": "Sample ID",
"required": true,
"type": "String"
}
},
"proc_names": "[Ljava.lang.String;@dec0ded",
"process": {
"cache": false,
"commonRetryCodes": [
Expand Down Expand Up @@ -374,97 +282,6 @@
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/trace.txt"
},
"tz": "sun.util.calendar.ZoneInfo[id=\"UTC\",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]",
"workDir": "/scratch/523557",
"yaml": {
"algorithm": {
"choices": [
"delly",
"manta"
],
"default": [
"delly",
"manta"
],
"help": "List of available somatic SV callers",
"required": true,
"type": "List"
},
"dataset_id": {
"help": "Dataset identifier",
"required": true,
"type": "String"
},
"exclusion_file": {
"help": "Absoulte path to an exclusion file",
"mode": "r",
"required": true,
"type": "Path"
},
"filter_condition": {
"default": "FILTER=\\='PASS'",
"help": "",
"required": true,
"type": "String"
},
"input": {
"elements": {
"BAM": {
"elements": {
"normal": {
"help": "Input normal BAMs",
"required": false,
"type": "BAMEntryList"
},
"tumor": {
"help": "Input tumor BAMs",
"required": false,
"type": "BAMEntryList"
}
},
"help": "Input BAMs for somatic structural variant calling",
"required": true,
"type": "InputBAMNamespace"
}
},
"help": "Input samples",
"required": true,
"type": "InputNamespace"
},
"mad_cutoff": {
"default": "15",
"help": "",
"required": true,
"type": "Integer"
},
"map_qual": {
"default": "20",
"help": "",
"required": true,
"type": "Integer"
},
"min_clique_size": {
"default": "5",
"help": "",
"required": true,
"type": "Integer"
},
"output_dir": {
"help": "Absolute path to output directory",
"mode": "w",
"required": true,
"type": "Path"
},
"reference_fasta": {
"help": "Absolute path to a reference FASTA file",
"mode": "r",
"required": true,
"type": "Path"
},
"sample_id": {
"help": "Sample ID",
"required": true,
"type": "String"
}
}
"workDir": "/scratch/523557"
}
}

0 comments on commit 9ba216b

Please sign in to comment.