Skip to content

Commit 265cdbe

Browse files
authored
Create conda_build_package.sh
1 parent 313af6a commit 265cdbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conda_build_package.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
mkdir -p $PREFIX/bin
2+
3+
cp $SRC_DIR/BUSCO_phylogenomics.py $PREFIX/bin/
4+
cp $SRC_DIR/count_buscos.py $PREFIX/bin/
5+
6+
chmod +x $PREFIX/bin/BUSCO_phylogenomics.py
7+
chmod +x $PREFIX/bin/count_buscos.py

0 commit comments

Comments
 (0)