mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
round the < to ( to make markdown work for meta.yml (#1395)
* round the < to ( to make markdown work for meta.yml * changing md5sums and stub output so it doesnt trigger the empty file linting error
This commit is contained in:
parent
73aaecbc3a
commit
df60a58426
3 changed files with 29 additions and 29 deletions
|
@ -137,15 +137,15 @@ process ASCAT {
|
||||||
stub:
|
stub:
|
||||||
def prefix = task.ext.prefix ?: "${meta.id}"
|
def prefix = task.ext.prefix ?: "${meta.id}"
|
||||||
"""
|
"""
|
||||||
touch ${prefix}.cnvs.txt
|
echo stub > ${prefix}.cnvs.txt
|
||||||
touch ${prefix}.purityploidy.txt
|
echo stub > ${prefix}.purityploidy.txt
|
||||||
touch ${prefix}.segments.txt
|
echo stub > ${prefix}.segments.txt
|
||||||
touch Tumour.ASCATprofile.png
|
echo stub > Tumour.ASCATprofile.png
|
||||||
touch Tumour.ASPCF.png
|
echo stub > Tumour.ASPCF.png
|
||||||
touch Tumour.germline.png
|
echo stub > Tumour.germline.png
|
||||||
touch Tumour.rawprofile.png
|
echo stub > Tumour.rawprofile.png
|
||||||
touch Tumour.sunrise.png
|
echo stub > Tumour.sunrise.png
|
||||||
touch Tumour.tumour.png
|
echo stub > Tumour.tumour.png
|
||||||
|
|
||||||
echo 'ASCAT:' > versions.yml
|
echo 'ASCAT:' > versions.yml
|
||||||
echo ' ascat: 3.0.0' >> versions.yml
|
echo ' ascat: 3.0.0' >> versions.yml
|
||||||
|
|
|
@ -15,23 +15,23 @@ input:
|
||||||
- args:
|
- args:
|
||||||
type: map
|
type: map
|
||||||
description: |
|
description: |
|
||||||
Groovy Map containing tool parameters. MUST follow the structure/keywords below and be provided via modules.config. Parameters must be set between quotes. <optional> parameters can be removed from the map, if they are not set. For default values, please check the documentation above.
|
Groovy Map containing tool parameters. MUST follow the structure/keywords below and be provided via modules.config. Parameters must be set between quotes. (optional) parameters can be removed from the map, if they are not set. For default values, please check the documentation above.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
[
|
[
|
||||||
"gender": "XX",
|
"gender": "XX",
|
||||||
"genomeVersion": "hg19"
|
"genomeVersion": "hg19"
|
||||||
"purity": <optional>,
|
"purity": (optional),
|
||||||
"ploidy": <optional>,
|
"ploidy": (optional),
|
||||||
"gc_files": <optional>,
|
"gc_files": (optional),
|
||||||
"minCounts": <optional>,
|
"minCounts": (optional),
|
||||||
"chrom_names": <optional>,
|
"chrom_names": (optional),
|
||||||
"min_base_qual": <optional>,
|
"min_base_qual": (optional),
|
||||||
"min_map_qual": <optional>,
|
"min_map_qual": (optional),
|
||||||
"ref_fasta": <optional>,
|
"ref_fasta": (optional),
|
||||||
"skip_allele_counting_tumour": <optional>,
|
"skip_allele_counting_tumour": (optional),
|
||||||
"skip_allele_counting_normal": <optional>
|
"skip_allele_counting_normal": (optional)
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,22 +4,22 @@
|
||||||
- ascat
|
- ascat
|
||||||
files:
|
files:
|
||||||
- path: output/ascat/Tumour.ASCATprofile.png
|
- path: output/ascat/Tumour.ASCATprofile.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/Tumour.ASPCF.png
|
- path: output/ascat/Tumour.ASPCF.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/Tumour.germline.png
|
- path: output/ascat/Tumour.germline.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/Tumour.rawprofile.png
|
- path: output/ascat/Tumour.rawprofile.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/Tumour.sunrise.png
|
- path: output/ascat/Tumour.sunrise.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/Tumour.tumour.png
|
- path: output/ascat/Tumour.tumour.png
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/test.cnvs.txt
|
- path: output/ascat/test.cnvs.txt
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/test.purityploidy.txt
|
- path: output/ascat/test.purityploidy.txt
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/test.segments.txt
|
- path: output/ascat/test.segments.txt
|
||||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
md5sum: f50b84b1db4b83ba62ec1deacc69c260
|
||||||
- path: output/ascat/versions.yml
|
- path: output/ascat/versions.yml
|
||||||
md5sum: 1af20694ec11004c4f8bc0c609b06386
|
md5sum: 1af20694ec11004c4f8bc0c609b06386
|
||||||
|
|
Loading…
Reference in a new issue