This packs https://github.com/intbio/seq_tools/tree/master/seq_tools into conda
conda install -y conda-build
conda install -y anaconda-client
anaconda login
conda-build -c r -c conda-forge -c bioconda seq_tools
anaconda upload --force path_to_package #or toggle automatic upload with: conda config --set anaconda_upload True
conda convert --platform all path_to_package -o output/
find output/ -name 'seq_tools*' -exec anaconda upload --force {} \;
#Manually upload for OSX and Linux
conda install -c intbio seq_tools