Skip to content

Commit

Permalink
add missing punctuation at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
kcotto authored Jan 10, 2023
1 parent bac2d30 commit 0562e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cis-splice-effects/cis_splice_effects_identifier.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0562e48

Please sign in to comment.