Loading CHANGELOG +5 −0 Original line number Diff line number Diff line v 1.1.1: * fixed download of taxonomy with NCBI taxonomy update est --> gb * added --use-wget for downloading of data from NCBI instead of rsync * updated Copyright and emails v1.1: * added --out-fmt paired and --out-fmt interleaved to allow paired reads to be separated when using --[un]classified-out options Loading install_kraken.sh +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ set -e VERSION="1.0" VERSION="1.1.1" if [ -z "$1" ] || [ -n "$2" ] then Loading scripts/add_to_library.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2017, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading scripts/build_kraken_db.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2017, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading scripts/check_for_jellyfish.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2015, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading Loading
CHANGELOG +5 −0 Original line number Diff line number Diff line v 1.1.1: * fixed download of taxonomy with NCBI taxonomy update est --> gb * added --use-wget for downloading of data from NCBI instead of rsync * updated Copyright and emails v1.1: * added --out-fmt paired and --out-fmt interleaved to allow paired reads to be separated when using --[un]classified-out options Loading
install_kraken.sh +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ set -e VERSION="1.0" VERSION="1.1.1" if [ -z "$1" ] || [ -n "$2" ] then Loading
scripts/add_to_library.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2017, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading
scripts/build_kraken_db.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2017, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading
scripts/check_for_jellyfish.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # Copyright 2013-2015, Derrick Wood <dwood@cs.jhu.edu> # Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> # # This file is part of the Kraken taxonomic sequence classification system. # Loading