Mercurial > repos > iuc > seqtk
annotate seqtk_fqchk.xml @ 16:48a51c72f5e7 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
| author | iuc |
|---|---|
| date | Wed, 17 Oct 2018 05:58:58 -0400 |
| parents | 16f2535c08bf |
| children | 069c8f0695ee |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool id="seqtk_fqchk" name="seqtk_fqchk" version="@WRAPPER_VERSION@.0"> | |
|
15
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
3 <description>fastq QC (base/quality summary)</description> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
4 <macros> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
5 <import>macros.xml</import> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
6 </macros> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
7 <expand macro="requirements"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
8 <expand macro="stdio"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
9 <command><![CDATA[ |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
10 seqtk fqchk |
| 0 | 11 -q $q |
|
15
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
12 '$in_file' | awk '{if(NR<4){print "#"$0}else{print $0}}' |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
13 > '$default' |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
14 ]]></command> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
15 <inputs> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
16 <expand macro="in_fq"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
17 <param argument="-q" type="integer" value="20" label="Quality values" help="Use 0 to get the distribution of all quality values"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
18 </inputs> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
19 <outputs> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
20 <data name="default" format="tabular" label="Quality information for $in_file.name"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
21 </outputs> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
22 <tests> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
23 <test> |
|
16
48a51c72f5e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
15
diff
changeset
|
24 <param name="in_file" value="seqtk_fqchk.fq" ftype="fastq"/> |
|
48a51c72f5e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
15
diff
changeset
|
25 <output name="default" file="seqtk_fqchk.out" ftype="tabular"/> |
|
48a51c72f5e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
15
diff
changeset
|
26 </test> |
|
48a51c72f5e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
15
diff
changeset
|
27 <test> |
|
48a51c72f5e7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit ad43df79dca3dc7c3511c6eb2ccf8589d2804eb2
iuc
parents:
15
diff
changeset
|
28 <param name="in_file" value="seqtk_fqchk.fq.gz" ftype="fastq.gz"/> |
|
15
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
29 <output name="default" file="seqtk_fqchk.out" ftype="tabular"/> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
30 </test> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
31 </tests> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
32 <help><![CDATA[ |
| 0 | 33 **What it does** |
| 34 | |
| 35 Returns quality score information base-by-base. | |
| 36 | |
| 37 :: | |
| 38 | |
| 39 @SEQ_ID1 | |
| 40 GATTTGGGGTTCAAAGCAGTATCGATCAAATAGTAAATCCATTTGTTCAACTCACAGTTT | |
| 41 + | |
| 42 !''*((((***+))%%%++)(%%%%).1***-+*''))**55CCF>>>>>>CCCCCCC65 | |
| 43 | |
| 44 each based is examined individually and information reported: | |
| 45 | |
| 46 :: | |
| 47 | |
| 48 #min_len: 60; max_len: 60; avg_len: 60.00; 15 distinct quality values | |
| 49 #POS #bases %A %C %G %T %N avgQ errQ %low %high | |
| 50 #ALL 60 31.7 16.7 18.3 33.3 0.0 15.1 8.7 66.7 33.3 | |
| 51 1 1 0.0 0.0 100.0 0.0 0.0 0.0 3.0 100.0 0.0 | |
| 52 2 1 100.0 0.0 0.0 0.0 0.0 6.0 6.0 100.0 0.0 | |
| 53 3 1 0.0 0.0 0.0 100.0 0.0 6.0 6.0 100.0 0.0 | |
| 54 4 1 0.0 0.0 0.0 100.0 0.0 9.0 9.0 100.0 0.0 | |
| 55 5 1 0.0 0.0 0.0 100.0 0.0 7.0 7.0 100.0 0.0 | |
| 56 6 1 0.0 0.0 100.0 0.0 0.0 7.0 7.0 100.0 0.0 | |
| 57 7 1 0.0 0.0 100.0 0.0 0.0 7.0 7.0 100.0 0.0 | |
| 58 8 1 0.0 0.0 100.0 0.0 0.0 7.0 7.0 100.0 0.0 | |
| 59 9 1 0.0 0.0 100.0 0.0 0.0 9.0 9.0 100.0 0.0 | |
| 60 10 1 0.0 0.0 0.0 100.0 0.0 9.0 9.0 100.0 0.0 | |
| 61 | |
| 62 @ATTRIBUTION@ | |
|
15
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
63 ]]></help> |
|
16f2535c08bf
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seqtk commit 7379d9f8823d3c639c8119b116e141d0a736ca1d
iuc
parents:
7
diff
changeset
|
64 <expand macro="citation" /> |
| 0 | 65 </tool> |
