Mercurial > repos > ieguinoa > crispresso2
comparison crispresso2.xml @ 2:eb5dbcfac76b draft default tip
Uploaded
author | ieguinoa |
---|---|
date | Thu, 05 May 2022 14:45:06 +0000 |
parents | 3ed9b8271977 |
children |
comparison
equal
deleted
inserted
replaced
1:3ed9b8271977 | 2:eb5dbcfac76b |
---|---|
1 <tool id="crispresso2" name="CRISPResso2" version="0.1.0" python_template_version="3.5"> | 1 <tool id="crispresso2" name="CRISPResso2" version="0.1.1" python_template_version="3.5"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="2.0.45">crispresso2</requirement> | 3 <requirement type="package" version="2.0.45">crispresso2</requirement> |
4 </requirements> | 4 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 5 <command detect_errors="exit_code"><![CDATA[ |
6 mkdir crispresso_out; | 6 mkdir crispresso_out; |
59 --min_paired_end_reads_overlap $filtering_parameters.min_paired_end_reads_overlap | 59 --min_paired_end_reads_overlap $filtering_parameters.min_paired_end_reads_overlap |
60 #end if | 60 #end if |
61 #if $filtering_parameters.max_paired_end_reads_overlap: | 61 #if $filtering_parameters.max_paired_end_reads_overlap: |
62 --max_paired_end_reads_overlap $filtering_parameters.max_paired_end_reads_overlap | 62 --max_paired_end_reads_overlap $filtering_parameters.max_paired_end_reads_overlap |
63 #end if | 63 #end if |
64 #if $window_parameters.cleavage_offset: | |
65 --cleavage_offset '$window_parameters.cleavage_offset' | |
66 #end if | |
67 #if $output_parameters.suppress_report: | |
68 --suppress_report | |
69 #end if | |
64 $filtering_parameters.stringent_flash_merging | 70 $filtering_parameters.stringent_flash_merging |
65 -o '${html_file.files_path}' > $output_log | 71 -o '${html_file.files_path}' > $output_log |
66 && cp '${html_file.files_path}'/*\.html crispresso.html && cp '${html_file.files_path}'/CRISPResso_on_reads/CRISPResso_quantification_of_editing_frequency.txt $quant_editing_freq | 72 && cp '${html_file.files_path}'/*\.html crispresso.html && cp '${html_file.files_path}'/CRISPResso_on_reads/CRISPResso_quantification_of_editing_frequency.txt $quant_editing_freq |
67 ]]></command> | 73 ]]></command> |
68 <inputs> | 74 <inputs> |
98 <param argument="--min_bp_quality_or_N" type="integer" value="0" label="Bases with a quality score (phred33) less than this value will be set to 'N'"/> | 104 <param argument="--min_bp_quality_or_N" type="integer" value="0" label="Bases with a quality score (phred33) less than this value will be set to 'N'"/> |
99 <param argument="--min_paired_end_reads_overlap" type="integer" value="10" label="Minimum overlap length between reads" help="Parameter for the FLASH read merging step. Minimum required overlap length between two reads to provide a confident overlap. (default: 10)" /> | 105 <param argument="--min_paired_end_reads_overlap" type="integer" value="10" label="Minimum overlap length between reads" help="Parameter for the FLASH read merging step. Minimum required overlap length between two reads to provide a confident overlap. (default: 10)" /> |
100 <param argument="--max_paired_end_reads_overlap" type="integer" value="100" label="Maximum overlap length between reads" help="Parameter for the FLASH merging step. Maximum overlap length expected in approximately 90% of read pairs. Please see the FLASH manual for more information. (default: 100)"/> | 106 <param argument="--max_paired_end_reads_overlap" type="integer" value="100" label="Maximum overlap length between reads" help="Parameter for the FLASH merging step. Maximum overlap length expected in approximately 90% of read pairs. Please see the FLASH manual for more information. (default: 100)"/> |
101 <param name="stringent_flash_merging" truevalue="--stringent_flash_merging" falsevalue="" type="boolean" default="False" label="Use stringent parameters for flash merging" help="In the case where flash could merge R1 and R2 reads ambiguously, the expected overlap is calculated as 2*average_read_length - amplicon_length. The flash parameters for --min-overlap and --max-overlap will be set to prefer merged reads with length within 10bp of the expected overlap. These values override the --min_paired_end_reads_overlap or --max_paired_end_reads_overlap CRISPResso parameters"/> | 107 <param name="stringent_flash_merging" truevalue="--stringent_flash_merging" falsevalue="" type="boolean" default="False" label="Use stringent parameters for flash merging" help="In the case where flash could merge R1 and R2 reads ambiguously, the expected overlap is calculated as 2*average_read_length - amplicon_length. The flash parameters for --min-overlap and --max-overlap will be set to prefer merged reads with length within 10bp of the expected overlap. These values override the --min_paired_end_reads_overlap or --max_paired_end_reads_overlap CRISPResso parameters"/> |
102 </section> | 108 </section> |
103 <!--<section name="window_parameters" expanded="false" title="Quantification window parameters">--> | 109 <section name="window_parameters" expanded="false" title="Quantification window parameters"> |
104 <!--</section>--> | 110 <param argument="cleavage_offset" type="integer" optional="True" default="-3" label="Center of quantification window to use within respect to the 3' end of the provided sgRNA sequence." help="-wc or --quantification_window_center or --cleavage_offset (default = -3)"/> |
111 </section> | |
112 <section name="output_parameters" expanded="false" title="Output parameters"> | |
113 <param name="suppress_report" type="boolean" default="False" label="Suppress output report, plots output as .pdf only (not .png)" help="--suppress_report"/> | |
114 </section> | |
105 </inputs> | 115 </inputs> |
106 <outputs> | 116 <outputs> |
107 <data format="txt" name="output_log" label="${tool.name} on ${on_string}: log" from_work_dir="Log.final.out"/> | 117 <data format="txt" name="output_log" label="${tool.name} on ${on_string}: log" from_work_dir="Log.final.out"/> |
108 <data name="html_file" format="html" from_work_dir="crispresso.html" label="WebPage report"/> | 118 <data name="html_file" format="html" from_work_dir="crispresso.html" label="WebPage report"/> |
109 <data format="txt" name="quant_editing_freq" label="CRISPResso_quantification_of_editing_frequency"/> | 119 <data format="txt" name="quant_editing_freq" label="CRISPResso_quantification_of_editing_frequency"/> |