Skip to content

Commit 3db5a77

Browse files
authored
Update junctions_extractor.cc
1 parent c0b4f59 commit 3db5a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/junctions/junctions_extractor.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ int JunctionsExtractor::usage(ostream& out) {
136136
out << "\t\t" << "-s INT\tStrandness mode \n"
137137
<< "\t\t\t " << "XS, use XS tags provided by aligner; RF, first-strand; FR, second-strand. REQUIRED" << endl;
138138
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;
139140

140141
out << endl;
141142
return 0;
@@ -580,4 +581,4 @@ string JunctionsExtractor::get_splice_site(Junction & line) {
580581
splice_site = seq1 + "-" + seq2;
581582
}
582583
return splice_site;
583-
}
584+
}

0 commit comments

Comments
 (0)