Skip to content

Commit

Permalink
move test data generation py script to root
Browse files Browse the repository at this point in the history
otherwise it won't be deployed
  • Loading branch information
bernt-matthias committed Jun 14, 2024
1 parent 1253e81 commit fdf6184
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/openms/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ categories:
- Proteomics
exclude:
- aux/
- generate.sh
auto_tool_repositories:
name_template: "openms_{{ tool_id }}"
description_template: "Wrapper for the OpenMS suite tool: {{ tool_name }}"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/openms/test-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ echo "<macros>" > "$autotests"
for i in $(ls ctd/*ctd)
do
b=$(basename "$i" .ctd)
./aux/get_tests.py --id "$b" --cmake "$OPENMSGIT"/src/tests/topp/CMakeLists.txt "$OPENMSGIT"/src/tests/topp/THIRDPARTY/third_party_tests.cmake >> "$autotests"
./get_tests.py --id "$b" --cmake "$OPENMSGIT"/src/tests/topp/CMakeLists.txt "$OPENMSGIT"/src/tests/topp/THIRDPARTY/third_party_tests.cmake >> "$autotests"
wc -l "$autotests"
done
echo "</macros>" >> "$autotests"
Expand Down

0 comments on commit fdf6184

Please sign in to comment.