11name : rastair_call
2- description : Assess positive C->T conversion as a readout for methylation on a genome-wide basis
2+ description : Assess positive C->T conversion as a readout for methylation on a
3+ genome-wide basis
34keywords :
45 - methylation
56 - rastair
1415 A tool for rapid genome-wide assessment of positive C->T conversion as a readout for methylation.
1516 homepage : https://bitbucket.org/bsblabludwig/rastair/src/master/
1617 documentation : https://bitbucket.org/bsblabludwig/rastair/src/master/README.md
17- licence : ["GPL-3.0"]
18+ licence :
19+ - " GPL-3.0"
20+ identifier : " "
1821input :
1922 - - meta :
2023 type : map
2528 type : file
2629 description : BAM/CRAM file
2730 pattern : " *.{bam,cram}"
31+ ontologies : []
2832 - - meta2 :
2933 type : map
3034 description : |
3438 type : file
3539 description : BAM/CRAM index file
3640 pattern : " *.{bai,crai}"
41+ ontologies : []
3742 - - meta3 :
3843 type : map
3944 description : |
4348 type : file
4449 description : Input genome fasta file
4550 pattern : " *.{fasta,fa}"
51+ ontologies : []
4652 - - meta4 :
4753 type : map
4854 description : |
5258 type : file
5359 description : FASTA index file
5460 pattern : " *.fai"
61+ ontologies : []
5562 - - meta5 :
5663 type : map
5764 description : |
6774 e.g. [ id:'test', single_end:false ]
6875 - parsed_trim_OB :
6976 type : string
70- description : Number of nucleotides to trim from Original Bottom (OB) reads.
77+ description : Number of nucleotides to trim from Original Bottom (OB)
78+ reads.
7179output :
7280 txt :
7381 - - meta :
@@ -77,15 +85,31 @@ output:
7785 e.g. [ id:'test', single_end:false ]
7886 - " *.rastair_call.txt " :
7987 type : file
80- description : Text file from Rastair call containing C->T conversion metrics
88+ description : Text file from Rastair call containing C->T conversion
89+ metrics
8190 pattern : " *.rastair_call.txt"
91+ ontologies : []
92+ versions_rastair :
93+ - - ${task.process} :
94+ type : string
95+ description : The name of the process
96+ - rastair :
97+ type : string
98+ description : The name of the tool
99+ - rastair --version | sed 's/rastair //' :
100+ type : eval
101+ description : The expression to obtain the version of the tool
102+ topics :
82103 versions :
83- - versions.yml :
84- type : file
85- description : File containing software versions
86- pattern : " versions.yml"
87- ontologies :
88- - edam : http://edamontology.org/format_3750 # YAML
104+ - - ${task.process} :
105+ type : string
106+ description : The name of the process
107+ - rastair :
108+ type : string
109+ description : The name of the tool
110+ - rastair --version | sed 's/rastair //' :
111+ type : eval
112+ description : The expression to obtain the version of the tool
89113authors :
90114 - " @eduard-casas"
91115maintainers :
0 commit comments