comparison yac.xml @ 2:91cce7c1436d draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/ commit ce185c8eaa7a15cb400b3bd0cedb56efedb0e99f
author drosofff
date Thu, 03 Sep 2015 11:24:52 -0400
parents 8a8f62b4bf27
children a18edcf9c7ed
comparison
equal deleted inserted replaced
1:8a8f62b4bf27 2:91cce7c1436d
1 <tool id="yac" name="Clip adapter" version="1.3.5"> 1 <tool id="yac" name="Clip adapter" version="1.3.6">
2 <description /> 2 <description />
3 <command interpreter="python">yac.py --input $input 3 <command interpreter="python">yac.py --input $input
4 --output $output 4 --output $output
5 --output_format "$out_format" 5 --output_format "$out_format"
6 --adapter_to_clip $clip_source.clip_sequence 6 --adapter_to_clip $clip_source.clip_sequence
68 </tests> 68 </tests>
69 <help> 69 <help>
70 This tool clips adapter sequences from a fastq file and outputs either a 70 This tool clips adapter sequences from a fastq file and outputs either a
71 fasta or fastq file of clipped reads with renumbered fasta/fastq headers. 71 fasta or fastq file of clipped reads with renumbered fasta/fastq headers.
72 72
73 By defualt clipped sequences with unknown nucleotides are kept, but 73 By default clipped sequences with unknown nucleotides are kept, but
74 can be discarded by setting "Accept reads containing N?" to reject. 74 can be discarded by setting "Accept reads containing N?" to reject.
75 75
76 Min size and max size filter clipped reads on their size. 76 Min size and max size filter clipped reads on their size.
77 77
78 Note that unclipped reads that satisfy the min and max size conditions are kept. 78 Note that unclipped reads that satisfy the min and max size conditions are kept.