Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/pachterlab/kallisto into d…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
pmelsted committed Feb 11, 2020
2 parents 9f3bc53 + e3beeea commit 72f406c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2440,6 +2440,11 @@ int main(int argc, char *argv[]) {
}
}

std::ofstream transout_f((opt.output + "/transcripts.txt"));
for (const auto &t : index.target_names_) {
transout_f << t << "\n";
}
transout_f.close();

plaintext_aux(
opt.output + "/run_info.json",
Expand Down

0 comments on commit 72f406c

Please sign in to comment.