Skip to content

Commit 2e9e6bf

Browse files
committed
Try to unbreak CircleCI
1 parent ae5b952 commit 2e9e6bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CRISPResso2/CRISPRessoShared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ def get_crispresso_header(description, header_str):
17371737
output_line = (pad_string + logo_lines[i].ljust(max_logo_width) + pad_string).center(
17381738
term_width) + "\n" + output_line
17391739

1740-
output_line += '\n' + ('[CRISPResso version ' + __version__ + ']').center(term_width) + '\n' + format_cl_text(
1740+
output_line += '\n' + ('[CRISPResso version ' + __version__ + ']').center(term_width) + '\n' + (
17411741
'[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(
17421742
term_width) + "\n" + ('[For support contact k.clement@utah.edu or support@edilytics.com]').center(term_width) + "\n"
17431743

0 commit comments

Comments
 (0)