-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmeta.yml
More file actions
69 lines (67 loc) · 2.03 KB
/
meta.yml
File metadata and controls
69 lines (67 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: seqkit_replace
description: Use seqkit to find/replace strings within sequences and sequence headers
keywords:
- seqkit
- replace
- sequence
- sequence headers
- fasta
tools:
- seqkit:
description: Cross-platform and ultrafast toolkit for FASTA/Q file manipulation,
written by Wei Shen.
homepage: https://bioinf.shenwei.me/seqkit/usage/
documentation: https://bioinf.shenwei.me/seqkit/usage/
tool_dev_url: https://github.com/shenwei356/seqkit/
doi: "10.1371/journal.pone.016396"
identifier: biotools:seqkit
input:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- fastx:
type: file
description: fasta/q file
pattern: "*.{fasta,fastq,fa,fq,fas,fna,faa}*"
ontologies:
- edam: http://edamontology.org/format_1930 # FASTQ
output:
fastx:
- - meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*.fast*":
type: file
description: fasta/q file with replaced values
pattern: "*.{fasta,fastq,fa,fq,fas,fna,faa}*"
ontologies:
- edam: http://edamontology.org/format_1930 # FASTQ
versions_seqkit:
- - ${task.process}:
type: string
description: The name of the process
- seqkit:
type: string
description: The name of the tool
- "seqkit version | sed 's/seqkit v//'":
type: eval
description: The expression to obtain the version of seqkit
topics:
versions:
- - ${task.process}:
type: string
description: The name of the process
- seqkit:
type: string
description: The name of the tool
- "seqkit version | sed 's/seqkit v//'":
type: eval
description: The expression to obtain the version of seqkit
authors:
- "@mjcipriano"
maintainers:
- "@mjcipriano"