@@ -6,10 +6,10 @@ keywords:
66 - ataqv
77tools :
88 - ataqv :
9- description : ataqv is a toolkit for measuring and comparing ATAC-seq results.
10- It was written to help understand how well ATAC-seq assays have worked, and
11- to make it easier to spot differences that might be caused by library prep or
12- sequencing.
9+ description : ataqv is a toolkit for measuring and comparing ATAC-seq
10+ results. It was written to help understand how well ATAC-seq assays have
11+ worked, and to make it easier to spot differences that might be caused by
12+ library prep or sequencing.
1313 homepage : https://github.com/ParkerLab/ataqv/blob/master/README.rst
1414 documentation : https://github.com/ParkerLab/ataqv/blob/master/README.rst
1515 tool_dev_url : https://github.com/ParkerLab/ataqv
3030 ontologies : []
3131 - bai :
3232 type : file
33- description : BAM index file with the same prefix as bam file. Required if tss_file
34- input is provided.
33+ description : BAM index file with the same prefix as bam file. Required if
34+ tss_file input is provided.
3535 pattern : " *.bam.bai"
3636 ontologies : []
3737 - peak_file :
@@ -41,30 +41,31 @@ input:
4141 ontologies : []
4242 - organism :
4343 type : string
44- description : The subject of the experiment, which determines the list of autosomes
45- (see "Reference Genome Configuration" section at https://github.com/ParkerLab/ataqv).
44+ description : The subject of the experiment, which determines the list of
45+ autosomes (see "Reference Genome Configuration" section at
46+ https://github.com/ParkerLab/ataqv).
4647 - mito_name :
4748 type : string
4849 description : Name of the mitochondrial sequence.
4950 - tss_file :
5051 type : file
51- description : A BED file of transcription start sites for the experiment organism.
52- If supplied, a TSS enrichment score will be calculated according to the ENCODE
53- data standards. This calculation requires that the BAM file of alignments be
54- indexed.
52+ description : A BED file of transcription start sites for the experiment
53+ organism. If supplied, a TSS enrichment score will be calculated according
54+ to the ENCODE data standards. This calculation requires that the BAM file
55+ of alignments be indexed.
5556 pattern : " *.bed"
5657 ontologies : []
5758 - excl_regs_file :
5859 type : file
59- description : A BED file containing excluded regions. Peaks or TSS overlapping
60- these will be ignored.
60+ description : A BED file containing excluded regions. Peaks or TSS
61+ overlapping these will be ignored.
6162 pattern : " *.bed"
6263 ontologies : []
6364 - autosom_ref_file :
6465 type : file
65- description : A file containing autosomal reference names, one per line. The names
66- must match the reference names in the alignment file exactly, or the metrics
67- based on counts of autosomal alignments will be wrong.
66+ description : A file containing autosomal reference names, one per line. The
67+ names must match the reference names in the alignment file exactly, or the
68+ metrics based on counts of autosomal alignments will be wrong.
6869 ontologies : []
6970output :
7071 json :
@@ -85,10 +86,10 @@ output:
8586 e.g. [ id:'test', single_end:false ]
8687 - " *.problems " :
8788 type : file
88- description : If given, problematic reads will be logged to a file per read
89- group, with names derived from the read group IDs, with ".problems" appended.
90- If no read groups are found, the reads will be written to one file named
91- after the BAM file.
89+ description : If given, problematic reads will be logged to a file per
90+ read group, with names derived from the read group IDs, with
91+ " .problems " appended. If no read groups are found, the reads will be
92+ written to one file named after the BAM file.
9293 pattern : " *.problems"
9394 ontologies : []
9495 versions_ataqv :
@@ -98,9 +99,10 @@ output:
9899 - ataqv :
99100 type : string
100101 description : The name of the tool
101- - echo \$( ataqv --version) :
102+ - ataqv --version 2>&1 || true :
102103 type : eval
103104 description : The expression to obtain the version of the tool
105+
104106topics :
105107 versions :
106108 - - ${task.process} :
@@ -109,9 +111,10 @@ topics:
109111 - ataqv :
110112 type : string
111113 description : The name of the tool
112- - echo \$( ataqv --version) :
114+ - ataqv --version 2>&1 || true :
113115 type : eval
114116 description : The expression to obtain the version of the tool
117+
115118authors :
116119 - " @i-pletenev"
117120maintainers :
0 commit comments