Skip to content

Commit

Permalink
dont forget to add new stuff to the release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Jan 26, 2017
1 parent ef5d573 commit 1f0f188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assembler/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../test_dataset"
DESTINATION share/spades)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../test_dataset_truspades"
DESTINATION share/spades)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../test_dataset_plasmid"
DESTINATION share/spades)
# manual, LICENSE, and GPLv2
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../manual.html"
DESTINATION share/spades
Expand Down
1 change: 1 addition & 0 deletions make-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rm -f $TARGET_DIR/ext/include/python_libs/joblib/*.pyo

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
cp assembler/LICENSE $TARGET_DIR/
cp assembler/README $TARGET_DIR/
cp assembler/VERSION $TARGET_DIR/
Expand Down

0 comments on commit 1f0f188

Please sign in to comment.