This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Vsearch started: $(date)"; | |
echo ""; | |
# generate all the proper directories | |
mkdir -p step1_otus; mkdir -p step2_otus; mkdir -p step3_otus; mkdir -p step4_otus | |
# must sort because searching done greedily | |
# see http://drive5.com/usearch/manual/uparseotu_algo.html |