|
| 1 | +name: samtools_splitheader |
| 2 | +description: Extract header lines from a SAM/BAM/CRAM file into separate files |
| 3 | + depending on type |
| 4 | +keywords: |
| 5 | + - view |
| 6 | + - bam |
| 7 | + - sam |
| 8 | + - cram |
| 9 | + - readgroup |
| 10 | + - program |
| 11 | + - sequence |
| 12 | + - header |
| 13 | +tools: |
| 14 | + - samtools: |
| 15 | + description: | |
| 16 | + SAMtools is a set of utilities for interacting with and post-processing |
| 17 | + short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. |
| 18 | + These files are generated as output by short read aligners like BWA. |
| 19 | + homepage: http://www.htslib.org/ |
| 20 | + documentation: http://www.htslib.org/doc/samtools.html |
| 21 | + doi: 10.1093/bioinformatics/btp352 |
| 22 | + licence: ["MIT"] |
| 23 | + identifier: biotools:samtools |
| 24 | +input: |
| 25 | + - - meta: |
| 26 | + type: map |
| 27 | + description: | |
| 28 | + Groovy Map containing sample information |
| 29 | + e.g. [ id:'test', single_end:false ] |
| 30 | + - input: |
| 31 | + type: file |
| 32 | + description: BAM/CRAM/SAM file |
| 33 | + pattern: "*.{bam,cram,sam}" |
| 34 | + ontologies: |
| 35 | + - edam: http://edamontology.org/format_2573 # SAM |
| 36 | + - edam: http://edamontology.org/format_2572 # BAM |
| 37 | + - edam: http://edamontology.org/format_3462 # CRAM |
| 38 | +output: |
| 39 | + readgroup: |
| 40 | + - - meta: |
| 41 | + type: map |
| 42 | + description: | |
| 43 | + Groovy Map containing sample information |
| 44 | + e.g. [ id:'test', single_end:false ] |
| 45 | + - "*_readgroups.txt": |
| 46 | + type: file |
| 47 | + description: | |
| 48 | + Text file containing read group (@RG) lines from SAM header |
| 49 | + ontologies: |
| 50 | + - edam: http://edamontology.org/format_3462 # Text |
| 51 | + programs: |
| 52 | + - - meta: |
| 53 | + type: map |
| 54 | + description: | |
| 55 | + Groovy Map containing sample information |
| 56 | + e.g. [ id:'test', single_end:false ] |
| 57 | + - "*_programs.txt": |
| 58 | + type: file |
| 59 | + description: | |
| 60 | + Text file containing program (@PG) lines from SAM header |
| 61 | + ontologies: |
| 62 | + - edam: http://edamontology.org/format_3462 # Text |
| 63 | + sequences: |
| 64 | + - - meta: |
| 65 | + type: map |
| 66 | + description: | |
| 67 | + Groovy Map containing sample information |
| 68 | + e.g. [ id:'test', single_end:false ] |
| 69 | + - "*_sequences.txt": |
| 70 | + type: file |
| 71 | + description: | |
| 72 | + Text file containing sequence (@SQ) lines from SAM header |
| 73 | + ontologies: |
| 74 | + - edam: http://edamontology.org/format_3462 # Text |
| 75 | + versions: |
| 76 | + - versions.yml: |
| 77 | + type: file |
| 78 | + description: File containing software versions |
| 79 | + pattern: "versions.yml" |
| 80 | + ontologies: |
| 81 | + - edam: http://edamontology.org/format_3750 # YAML |
| 82 | +authors: |
| 83 | + - "@matthdsm" |
| 84 | + - "@prototaxites" |
| 85 | +maintainers: |
| 86 | + - "@matthdsm" |
| 87 | + - "@prototaxites" |
0 commit comments