Skip to content

Commit

Permalink
Update junctions_extractor.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
kcotto committed Jan 10, 2023
1 parent c0b4f59 commit 3db5a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/junctions/junctions_extractor.cc
Expand Up @@ -136,6 +136,7 @@ int JunctionsExtractor::usage(ostream& out) {
out << "\t\t" << "-s INT\tStrandness mode \n"
<< "\t\t\t " << "XS, use XS tags provided by aligner; RF, first-strand; FR, second-strand. REQUIRED" << endl;
out << "\t\t" << "-t STR\tTag used in bam to label strand. [XS]" << endl;
out << "\t\t" << "-b STR\tThe file containing the barcodes of interest for single cell data." << endl;

out << endl;
return 0;
Expand Down Expand Up @@ -580,4 +581,4 @@ string JunctionsExtractor::get_splice_site(Junction & line) {
splice_site = seq1 + "-" + seq2;
}
return splice_site;
}
}

0 comments on commit 3db5a77

Please sign in to comment.