Skip to content

Commit

Permalink
dont forget markdown, proper binaries names
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed May 15, 2018
1 parent ea02515 commit 2118e15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assembler/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../test_dataset_plasmid"
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../manual.html"
DESTINATION share/spades
COMPONENT runtime)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../manual.md"
DESTINATION share/spades
COMPONENT runtime)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../dipspades_manual.html"
DESTINATION share/spades
COMPONENT runtime)
Expand Down
3 changes: 2 additions & 1 deletion assembler/src/cmake/pack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ set(CPACK_PACKAGE_VERSION "3.12.0")
set(CPACK_PACKAGE_VERSION_MAJOR "3")
set(CPACK_PACKAGE_VERSION_MINOR "12")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_STRIP_FILES bin/spades bin/hammer bin/ionhammer bin/dipspades bin/spades-bwa bin/corrector bin/scaffold_correction)
set(CPACK_STRIP_FILES bin/spades-bwa bin/spades-core bin/spades-corrector-core bin/spades-dipspades-core bin/spades-gbuilder bin/spades-gmapper bin/spades-hammer bin/spades-ionhammer bin/spades-kmercount bin/spades-truseq-scfcorrection)


# Source stuff
set(CPACK_SOURCE_GENERATOR "TBZ2")
Expand Down
1 change: 1 addition & 0 deletions make-targz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ cp assembler/truspades.py $TARGET_DIR/
cp assembler/spades_compile.sh $TARGET_DIR/
cp assembler/spades_init.py $TARGET_DIR/
cp assembler/manual.html $TARGET_DIR/
cp assembler/manual.md $TARGET_DIR/
cp assembler/dipspades_manual.html $TARGET_DIR/
cp assembler/truspades_manual.html $TARGET_DIR/
cp assembler/rnaspades_manual.html $TARGET_DIR/
Expand Down

0 comments on commit 2118e15

Please sign in to comment.