We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db5a77 commit 826bb24Copy full SHA for 826bb24
src/cis-splice-effects/cis_splice_effects_identifier.cc
@@ -58,6 +58,7 @@ void CisSpliceEffectsIdentifier::usage(ostream& out) {
58
out << "\t\t" << "-I\tAnnotate variants in intronic space within a transcript(not to be used with -i)." << endl;
59
out << "\t\t" << "-E\tAnnotate variants in exonic space within a transcript(not to be used with -e)." << endl;
60
out << "\t\t" << "-S\tDon't skip single exon transcripts." << endl;
61
+ out << "\t\t" << "-b STR\tThe file containing the barcodes of interest for single cell data." << endl;
62
out << endl;
63
}
64
0 commit comments