From 0562e48d4644be35aa375b765b82ff4d601e4d3d Mon Sep 17 00:00:00 2001 From: Kelsy Cotto Date: Tue, 10 Jan 2023 12:22:21 -0600 Subject: [PATCH] add missing punctuation at end of line --- src/cis-splice-effects/cis_splice_effects_identifier.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cis-splice-effects/cis_splice_effects_identifier.cc b/src/cis-splice-effects/cis_splice_effects_identifier.cc index 3d7b15c..d43bcea 100644 --- a/src/cis-splice-effects/cis_splice_effects_identifier.cc +++ b/src/cis-splice-effects/cis_splice_effects_identifier.cc @@ -59,7 +59,7 @@ void CisSpliceEffectsIdentifier::usage(ostream& out) { out << "\t\t" << "-E\tAnnotate variants in exonic space within a transcript(not to be used with -e)." << endl; out << "\t\t" << "-S\tDon't skip single exon transcripts." << endl; out << "\t\t" << "-b STR\tThe file containing the barcodes of interest for single cell data." << endl; - out << "\t\t" << "-C\tTells cis-splice-effects identify that you want intron-motif method to take priority when assigning strand. i.e. decide strandedness based on the fasta rather than what is encoded in the alignment file. + out << "\t\t" << "-C\tTells cis-splice-effects identify that you want intron-motif method to take priority when assigning strand. i.e. decide strandedness based on the fasta rather than what is encoded in the alignment file." << endl; out << endl; }