|
1 | 1 | # yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json |
2 | | -# # TODO nf-core: Add a description of the module and list keywords |
3 | 2 | name: "custom_fingerprintcombine" |
4 | 3 | description: | |
5 | 4 | A module to combine multiple fingerprint TSV files into a single comprehensive |
6 | 5 | table, with optional liftover of loci coordinates. |
7 | 6 | keywords: |
8 | | -- fingerprint |
9 | | -- qc |
10 | | -- loci |
11 | | -- tsv |
12 | | -- correlation |
| 7 | + - fingerprint |
| 8 | + - qc |
| 9 | + - loci |
| 10 | + - tsv |
| 11 | + - correlation |
13 | 12 | tools: |
14 | | -## TODO nf-core: Add a description and other details for the software below |
15 | | -- "custom": |
16 | | - description: "A custom R script to combine fingerprint TSV files" |
17 | | - homepage: "https://github.com/mskcc-omics-workflows/modules/tree/main/modules/msk/custom/fingerprintcombine/meta.yml" |
18 | | - |
| 13 | + - "custom": |
| 14 | + description: "A custom R script to combine fingerprint TSV files" |
| 15 | + homepage: "https://github.com/mskcc-omics-workflows/modules/tree/main/modules/msk/custom/fingerprintcombine/meta.yml" |
| 16 | + identifier: "" |
19 | 17 | input: |
20 | | - - - fp_tsv: |
| 18 | + - - meta: |
| 19 | + type: map |
| 20 | + description: | |
| 21 | + Groovy Map containing sample information |
| 22 | + e.g. [ id:'test' ] |
| 23 | + - fp_tsv: |
21 | 24 | type: file |
22 | 25 | description: | |
23 | 26 | Fingerprint TSV files to be combined. |
24 | 27 | Structure: [ val(sample), val(genome_build), path(fp_tsv) ] |
| 28 | + ontologies: [] |
25 | 29 | - sample: |
26 | 30 | type: string |
27 | 31 | description: Sample identifier corresponding to each fingerprint TSV file. |
28 | 32 | - genome_build: |
29 | 33 | type: string |
30 | | - description: Genome build (e.g., hg19, hg38) corresponding to each fingerprint TSV file. |
31 | | - - liftover_loci_mapping: |
32 | | - type: file |
33 | | - description: | |
34 | | - A TSV file mapping original loci to liftover loci. |
35 | | - Format: original_chr, original_pos, liftover_chr, liftover_pos |
36 | | - pattern: "*.tsv" |
37 | | -output: |
38 | | - combined_fp_tsv: |
39 | | - - "*DPfilter_ALL_FP.txt": |
| 34 | + description: |
| 35 | + Genome build (e.g., hg19, hg38) corresponding to each fingerprint |
| 36 | + TSV file. |
| 37 | + - - liftover_loci_mapping: |
40 | 38 | type: file |
41 | | - description: Wide table combining all input fingerprint TSV files. |
42 | | - pattern: '*DPfilter_ALL_FP.txt' |
| 39 | + description: | |
| 40 | + A TSV file mapping original loci to liftover loci. |
| 41 | + Format: original_chr, original_pos, liftover_chr, liftover_pos |
| 42 | + pattern: "*.tsv" |
43 | 43 | ontologies: |
44 | | - - edam: http://edamontology.org/format_3750 # TSV |
| 44 | + - edam: http://edamontology.org/format_3475 # TSV |
| 45 | +output: |
| 46 | + combined_fp_tsv: |
| 47 | + - - meta: |
| 48 | + type: map |
| 49 | + description: | |
| 50 | + Groovy Map containing sample information |
| 51 | + e.g. [ id:'test' ] |
| 52 | + - "*DPfilter_ALL_FP.txt": |
| 53 | + type: file |
| 54 | + description: Wide table combining all input fingerprint TSV files. |
| 55 | + pattern: "*DPfilter_ALL_FP.txt" |
| 56 | + ontologies: |
| 57 | + - edam: http://edamontology.org/format_3750 # TSV |
| 58 | + versions_fingerprintcombine: |
| 59 | + - - ${task.process}: |
| 60 | + type: string |
| 61 | + description: The name of the process |
| 62 | + - complete_FP_table.R: |
| 63 | + type: string |
| 64 | + description: The name of the tool |
| 65 | + - 0.1.0: |
| 66 | + type: string |
| 67 | + description: Version of the custom script |
| 68 | +topics: |
45 | 69 | versions: |
46 | | - - versions.yml: |
47 | | - type: file |
48 | | - description: File containing software versions |
49 | | - pattern: versions.yml |
50 | | - ontologies: |
51 | | - - edam: http://edamontology.org/format_3750 # YAML |
| 70 | + - - ${task.process}: |
| 71 | + type: string |
| 72 | + description: The name of the process |
| 73 | + - complete_FP_table.R: |
| 74 | + type: string |
| 75 | + description: The name of the tool |
| 76 | + - 0.1.0: |
| 77 | + type: string |
| 78 | + description: Version of the custom script |
52 | 79 | authors: |
53 | | -- "@anoronh4" |
| 80 | + - "@anoronh4" |
54 | 81 | maintainers: |
55 | | -- "@anoronh4" |
| 82 | + - "@anoronh4" |
0 commit comments