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 c0b4f59 commit 3db5a77Copy full SHA for 3db5a77
src/junctions/junctions_extractor.cc
@@ -136,6 +136,7 @@ int JunctionsExtractor::usage(ostream& out) {
136
out << "\t\t" << "-s INT\tStrandness mode \n"
137
<< "\t\t\t " << "XS, use XS tags provided by aligner; RF, first-strand; FR, second-strand. REQUIRED" << endl;
138
out << "\t\t" << "-t STR\tTag used in bam to label strand. [XS]" << endl;
139
+ out << "\t\t" << "-b STR\tThe file containing the barcodes of interest for single cell data." << endl;
140
141
out << endl;
142
return 0;
@@ -580,4 +581,4 @@ string JunctionsExtractor::get_splice_site(Junction & line) {
580
581
splice_site = seq1 + "-" + seq2;
582
}
583
return splice_site;
-}
584
+}
0 commit comments