Skip to content

Commit

Permalink
update strandedness for split-seq
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled authored Oct 26, 2023
1 parent ad9bba5 commit b47a6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ bool CheckOptionsBus(ProgramOptions& opt) {
busopt.bc.push_back(BUSOptionSubstr(1,10,18));
busopt.bc.push_back(BUSOptionSubstr(1,48,56));
busopt.bc.push_back(BUSOptionSubstr(1,78,86));
strand = ProgramOptions::StrandType::FR;
} else if (opt.technology == "STORM-seq"){
busopt.nfiles = 2;
busopt.bc.push_back(BUSOptionSubstr(-1,-1,-1));
Expand Down

0 comments on commit b47a6aa

Please sign in to comment.