# HG changeset patch # User ieguinoa # Date 1651761906 0 # Node ID eb5dbcfac76bdf09c64993a04f3b451fb798f155 # Parent 3ed9b827197736d6cc323513dcaed3bd88ca078a Uploaded diff -r 3ed9b8271977 -r eb5dbcfac76b crispresso2.xml --- a/crispresso2.xml Thu Apr 15 14:48:30 2021 +0000 +++ b/crispresso2.xml Thu May 05 14:45:06 2022 +0000 @@ -1,4 +1,4 @@ - + crispresso2 @@ -61,6 +61,12 @@ #if $filtering_parameters.max_paired_end_reads_overlap: --max_paired_end_reads_overlap $filtering_parameters.max_paired_end_reads_overlap #end if + #if $window_parameters.cleavage_offset: + --cleavage_offset '$window_parameters.cleavage_offset' + #end if + #if $output_parameters.suppress_report: + --suppress_report + #end if $filtering_parameters.stringent_flash_merging -o '${html_file.files_path}' > $output_log && 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 @@ -100,8 +106,12 @@ - - +
+ +
+
+ +