Permalink
Please
sign in to comment.
Browse files
Add a mode to createdb to support soft linking data instead of copy
- Loading branch information
Showing
with
233 additions
and 159 deletions.
- +1 −1 data/easysearch.sh
- +1 −1 data/easytaxonomy.sh
- +21 −5 lib/ksw2/kseq.h
- +1 −1 src/alignment/BandedNucleotideAligner.cpp
- +3 −0 src/commons/DBWriter.h
- +13 −0 src/commons/FileUtil.cpp
- +2 −0 src/commons/FileUtil.h
- +6 −1 src/commons/KSeqWrapper.cpp
- +2 −0 src/commons/KSeqWrapper.h
- +9 −8 src/commons/Parameters.cpp
- +6 −5 src/commons/Parameters.h
- +0 −1 src/commons/Sequence.cpp
- +33 −2 src/commons/Util.cpp
- +6 −3 src/commons/Util.h
- +1 −1 src/linclust/kmermatcher.cpp
- +0 −1 src/multihit/MultiHitDb.cpp
- +0 −1 src/multihit/MultiHitSearch.cpp
- +10 −7 src/util/convert2fasta.cpp
- +81 −105 src/util/createdb.cpp
- +20 −8 src/util/createseqfiledb.cpp
- +2 −4 src/util/diffseqdbs.cpp
- +1 −1 src/util/extractdomains.cpp
- +2 −0 src/util/indexdb.cpp
- +3 −1 src/util/result2flat.cpp
- +1 −0 src/workflow/EasyCluster.cpp
- +1 −0 src/workflow/EasyLinclust.cpp
- +3 −1 src/workflow/EasySearch.cpp
- +3 −0 src/workflow/EasyTaxonomy.cpp
- +1 −1 util/regression

Oops, something went wrong.
0 comments on commit
11e2736