1 changed files with 10 additions and 11 deletions
@ -1,24 +1,23 @@
@@ -1,24 +1,23 @@
|
||||
#!/bin/bash |
||||
|
||||
./prepare_biocontainers.sh |
||||
./prepare_biocontainers.py |
||||
|
||||
./get_sbt.sh |
||||
./get_sbt.py |
||||
|
||||
./get_trimmed_data.py |
||||
|
||||
./calculate_signatures.sh |
||||
./calculate_signatures.py |
||||
|
||||
## Skipping this script |
||||
#./compare_components.sh |
||||
|
||||
./unpack_kaiju.sh |
||||
./unpack_kaiju.py |
||||
|
||||
./run_kaiju.py |
||||
|
||||
./kaiju2krona.py |
||||
|
||||
./filter_taxa.sh |
||||
|
||||
## Start from here... |
||||
#./run_kaiju.sh |
||||
# |
||||
#./kaiju_to_korona.sh |
||||
# |
||||
#./filter_taxa.sh |
||||
# |
||||
#./visualize_korona.sh |
||||
|
||||
|
Loading…
Reference in new issue