comparison repex_tarean.xml @ 1:2f52966cbaf1 draft

documentation and help update
author petr-novak
date Mon, 03 Feb 2020 02:33:59 -0500
parents 15b422443267
children 09747b55badb
comparison
equal deleted inserted replaced
0:15b422443267 1:2f52966cbaf1
71 71
72 72
73 </command> 73 </command>
74 74
75 <inputs> 75 <inputs>
76 <param name="FastaFile" label="paired-end NGS reads" type="data" format="fasta" 76 <param name="FastaFile" label="Paired-end Illumina reads" type="data" format="fasta"
77 help="Input file must contain fasta-formatted interlaced read pairs from paired-end sequencing. All pairs must be complete. Example of input data format is provided in the help below."/> 77 help="Input file must contain FASTA-formatted interlaced read pairs from paired-end sequencing. All pairs must be complete. Example of the input data format is provided in the help below."/>
78 <param name="sample" label="Sample size" type="integer" value="500000" min="10000"/> 78 <param name="sample" label="Sample size" type="integer" value="500000" min="10000"/>
79 79
80 <conditional name="advanced_options"> 80 <conditional name="advanced_options">
81 <param name="advanced" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Advanced options" /> 81 <param name="advanced" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Advanced options" />
82 <when value="false"> 82 <when value="false">
91 </when> 91 </when>
92 <when value="true"> 92 <when value="true">
93 <param name="library" format="fasta" type="data" label="Use custom repeat database" help="Perform additional similarity search to user-provided repeat database. The database should contain FASTA-formatted DNA sequences with headers (sequence names) in the format: '>reapeatname#class/subclass'"/> 93 <param name="library" format="fasta" type="data" label="Use custom repeat database" help="Perform additional similarity search to user-provided repeat database. The database should contain FASTA-formatted DNA sequences with headers (sequence names) in the format: '>reapeatname#class/subclass'"/>
94 </when> 94 </when>
95 </conditional> 95 </conditional>
96 <param name="size_threshold" label="Cluster size threshold for detailed analysis" type="float" value="0.01" min="0.0001" max="100" help ="Minimal size (as percentage of input reads) of the smallest cluster which is analyzed, cluster with less than 20 reads are not considered at all."/> 96 <param name="size_threshold" label="Cluster size threshold for detailed analysis" type="float" value="0.01" min="0.0001" max="100" help ="Minimal size (as percentage of input reads) of the smallest cluster which is analyzed; cluster with less than 20 reads are not considered."/>
97 <param name="automatic_filtering" label="Perform automatic filtering of abundant satellite repeats" type="boolean" truevalue="--automatic_filtering" falsevalue="" checked="false"/> 97 <param name="automatic_filtering" label="Perform automatic filtering of abundant satellite repeats" type="boolean" truevalue="--automatic_filtering" falsevalue="" checked="false"/>
98 <param name="keep_names" label="Keep original sequences names" type="boolean" truevalue="--keep_names" falsevalue="" checked="false" help="By default sequence are relabeled using integers. If you want to keep original names, use this option."/> 98 <param name="keep_names" label="Keep original read names" type="boolean" truevalue="--keep_names" falsevalue="" checked="false" help="By default, reads are renamed using integers. Use this option if you want to keep original names."/>
99 <conditional name="options"> 99 <conditional name="options">
100 <param name="options" type="select" label="Similarity search options" help="Different similarity search parameters are used depending on the used input data to adjust search to differences in length and error rate"> 100 <param name="options" type="select" label="Similarity search options" help="Different similarity search parameters are used depending on the input data to adjust search to differences in read length and error rate">
101 <option value="ILLUMINA" selected="true">Illumina reads, read length 100nt or more </option> 101 <option value="ILLUMINA" selected="true">Illumina reads, read length 100nt or more </option>
102 <option value="ILLUMINA_SHORT" selected="false">Illumina reads, shorter than 100nt (Do not use reads shorter than 50nt!) </option> 102 <option value="ILLUMINA_SHORT" selected="false">Illumina reads, shorter than 100nt (Do not use reads shorter than 50nt!) </option>
103 <option value="ILLUMINA_DUST_OFF" selected="false">Illumina reads, no masking of low complexity repeats </option> 103 <option value="ILLUMINA_DUST_OFF" selected="false">Illumina reads, no masking of low complexity repeats </option>
104 </param> 104 </param>
105 </conditional> 105 </conditional>