Skip to content

Commit

Permalink
Merge branch 'develop' into feature/oswSpeedUp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Dec 21, 2023
2 parents 52e966f + ea6c611 commit ceebcb1
Show file tree
Hide file tree
Showing 159 changed files with 0 additions and 15,785 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/cwlcheck.yml

This file was deleted.

12 changes: 0 additions & 12 deletions cmake/cwl_generation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,4 @@ foreach(TOOL ${executables})
TARGET generate_cwl_files POST_BUILD
COMMAND ${OPENMS_BINARY_DIR}/${TOOL} -write_cwl ${CMAKE_CURRENT_SOURCE_DIR}/workflow/cwl
)

# Add test for cwl
add_test(generate_cwl_files_${TOOL} ${OPENMS_BINARY_DIR}/${TOOL} -write_cwl .)
add_test(generate_cwl_files_${TOOL}_out ${CMAKE_COMMAND} -E compare_files --ignore-eol ${CMAKE_CURRENT_SOURCE_DIR}/workflow/cwl/${TOOL}.cwl ${TOOL}.cwl)
set_tests_properties(generate_cwl_files_${TOOL}_out PROPERTIES DEPENDS generate_cwl_files_${TOOL})
endforeach()


# Create install paths for cwl files
if(NOT WIN32)
file(GLOB cwl_files ${CMAKE_CURRENT_SOURCE_DIR}/workflow/cwl/*.cwl)
install(FILES ${cwl_files} DESTINATION ${CMAKE_INSTALL_DATADIR}/commonwl)
endif()
90 changes: 0 additions & 90 deletions workflow/cwl/AccurateMassSearch.cwl

This file was deleted.

242 changes: 0 additions & 242 deletions workflow/cwl/AssayGeneratorMetabo.cwl

This file was deleted.

Loading

0 comments on commit ceebcb1

Please sign in to comment.