Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natefoo/galaxy-tools-devtest
Galaxy tools useful for performing development and admin tasks typically related to job control or Galaxy server administration
https://github.com/natefoo/galaxy-tools-devtest
Last synced: 14 days ago
JSON representation
Galaxy tools useful for performing development and admin tasks typically related to job control or Galaxy server administration
- Host: GitHub
- URL: https://github.com/natefoo/galaxy-tools-devtest
- Owner: natefoo
- License: mit
- Created: 2015-04-28T15:10:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T16:57:19.000Z (about 7 years ago)
- Last Synced: 2024-04-14T00:50:54.962Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# galaxy-tools-devtest
Galaxy tools useful for performing development and admin tasks typically
related to job control or Galaxy server administration. These can be useful for
things like testing walltime limits, job resubmission, memory limits, etc.## tools
- Copy: Copy input file to output file
- Echo: Echo input field to output file
- Malloc: Allocate/hold some amount of memory
- Uname: Execute `uname -a`All tools incorporate a "sleep" value in seconds that is executed prior to the
tool's primary operation.