From 5ab127c897fcdb4361ca896af1ab561376b2d5ad Mon Sep 17 00:00:00 2001 From: Andrey Prjibelski Date: Thu, 26 Dec 2019 17:09:17 +0300 Subject: [PATCH] add hmms to tar gz --- make-targz.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-targz.sh b/make-targz.sh index 7ab815af2c..ada97d9738 100755 --- a/make-targz.sh +++ b/make-targz.sh @@ -22,6 +22,7 @@ rm -f $SRC_DIR/spades_pipeline/*.pyo rm -f $TARGET_DIR/ext/include/python_libs/joblib/*.pyc rm -f $TARGET_DIR/ext/include/python_libs/joblib/*.pyo +cp -r assembler/biosynthetic_spades_hmms $TARGET_DIR/ cp -r assembler/test_dataset $TARGET_DIR/test_dataset cp -r assembler/test_dataset_truspades $TARGET_DIR/test_dataset_truspades cp -r assembler/test_dataset_plasmid $TARGET_DIR/test_dataset_plasmid