Skip to content

Commit

Permalink
create a system link to the contigs of the latest k iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Krannich479 committed Oct 23, 2019
1 parent dafb0d0 commit 08c3fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatb
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ if contigs is None: # need to create contigs, or are they given?
last_k_value = k
log("Finished Minia k=%d\n\n" % last_k_value)
k = last_k_value # hint for besst
os.symlink(previous_contigs, prefix+"_final.contigs.fa")
log("Finished Multi-k GATB-Pipeline at k=%d\n\n" % last_k_value)

# scaffolding all libraries
Expand Down

0 comments on commit 08c3fb3

Please sign in to comment.