Skip to content

Commit 0562e48

Browse files
authored
add missing punctuation at end of line
1 parent bac2d30 commit 0562e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cis-splice-effects/cis_splice_effects_identifier.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void CisSpliceEffectsIdentifier::usage(ostream& out) {
5959
out << "\t\t" << "-E\tAnnotate variants in exonic space within a transcript(not to be used with -e)." << endl;
6060
out << "\t\t" << "-S\tDon't skip single exon transcripts." << endl;
6161
out << "\t\t" << "-b STR\tThe file containing the barcodes of interest for single cell data." << endl;
62-
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.
62+
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;
6363
out << endl;
6464
}
6565

0 commit comments

Comments
 (0)