Skip to content

Commit

Permalink
Try to unbreak CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Aug 10, 2023
1 parent ae5b952 commit 2e9e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoShared.py
Expand Up @@ -1737,7 +1737,7 @@ def get_crispresso_header(description, header_str):
output_line = (pad_string + logo_lines[i].ljust(max_logo_width) + pad_string).center(
term_width) + "\n" + output_line

output_line += '\n' + ('[CRISPResso version ' + __version__ + ']').center(term_width) + '\n' + format_cl_text(
output_line += '\n' + ('[CRISPResso version ' + __version__ + ']').center(term_width) + '\n' + (
'[Note that starting in version 2.3.0 FLASh and Trimmomatic will be replaced by fastp for read merging and trimming. Accordingly, the --flash_command and --trimmomatic_command parameters will be replaced with --fastp_command. Also, --trimmomatic_options_string will be replaced with --fastp_options_string.\n\nAlso in version 2.3.0, when running CRISPRessoPooled in mixed-mode (amplicon file and genome are provided) the default behavior will be as if the --demultiplex_only_at_amplicons parameter is provided. This change means that reads and amplicons do not need to align to the exact locations.]').center(
term_width) + "\n" + ('[For support contact k.clement@utah.edu or support@edilytics.com]').center(term_width) + "\n"

Expand Down

0 comments on commit 2e9e6bf

Please sign in to comment.