|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/yaml-schema.json |
| 2 | +name: "ribocode_metaplots" |
| 3 | +description: Set up RiboCode ORF calling with metaplots |
| 4 | +keywords: |
| 5 | + - ribo-seq |
| 6 | + - ribosome profiling |
| 7 | + - orf calling |
| 8 | +tools: |
| 9 | + - "ribocode": |
| 10 | + description: "A package for detecting the actively translated ORFs using ribosome-profiling |
| 11 | + data" |
| 12 | + homepage: "https://github.com/xryanglab/RiboCode" |
| 13 | + documentation: "https://github.com/xryanglab/RiboCode" |
| 14 | + tool_dev_url: "https://github.com/xryanglab/RiboCode" |
| 15 | + doi: "10.1093/nar/gky179" |
| 16 | + licence: ["MIT"] |
| 17 | + identifier: "" |
| 18 | + |
| 19 | +input: |
| 20 | + - - meta: |
| 21 | + type: map |
| 22 | + description: | |
| 23 | + Groovy Map containing sample information |
| 24 | + e.g. `[ id:'test', single_end:false ]` |
| 25 | + - bam: |
| 26 | + type: file |
| 27 | + description: Sorted BAM/CRAM/SAM file |
| 28 | + pattern: "*.{bam,cram,sam}" |
| 29 | + ontologies: [] |
| 30 | + - - meta2: |
| 31 | + type: map |
| 32 | + description: | |
| 33 | + Groovy Map containing annotation information |
| 34 | + e.g. `[ id:'genome' ]` |
| 35 | + - annotation: |
| 36 | + type: directory |
| 37 | + description: Directory containing annotation files from ribocode/prepare |
| 38 | + pattern: "annotation" |
| 39 | + |
| 40 | +output: |
| 41 | + config: |
| 42 | + - - meta: |
| 43 | + type: map |
| 44 | + description: | |
| 45 | + Groovy Map containing sample information |
| 46 | + e.g. `[ id:'test', single_end:false ]` |
| 47 | + - "*config.txt": |
| 48 | + type: file |
| 49 | + description: RiboCode configuration file containing P-site offsets |
| 50 | + pattern: "*_config.txt" |
| 51 | + ontologies: [] |
| 52 | + pdf: |
| 53 | + - - meta: |
| 54 | + type: map |
| 55 | + description: | |
| 56 | + Groovy Map containing sample information |
| 57 | + e.g. `[ id:'test', single_end:false ]` |
| 58 | + - "*.pdf": |
| 59 | + type: file |
| 60 | + description: PDF file containing P-site metaplots for quality control |
| 61 | + pattern: "*_report.pdf" |
| 62 | + ontologies: [] |
| 63 | + versions_ribocode: |
| 64 | + - - ${task.process}: |
| 65 | + type: string |
| 66 | + description: Name of the process |
| 67 | + - ribocode: |
| 68 | + type: string |
| 69 | + description: Name of the tool |
| 70 | + - RiboCode --version 2>&1: |
| 71 | + type: eval |
| 72 | + description: The expression to obtain the version of the tool |
| 73 | + |
| 74 | +topics: |
| 75 | + versions: |
| 76 | + - - ${task.process}: |
| 77 | + type: string |
| 78 | + description: Name of the process |
| 79 | + - ribocode: |
| 80 | + type: string |
| 81 | + description: Name of the tool |
| 82 | + - RiboCode --version 2>&1: |
| 83 | + type: eval |
| 84 | + description: The expression to obtain the version of the tool |
| 85 | + |
| 86 | +authors: |
| 87 | + - "@JackCurragh" |
0 commit comments