| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/gga/tripal_feature_delete_orphans/feature_delete_orphans/3.2.1.0 (this tool) |
| toolshed.g2.bx.psu.edu/repos/gga/tripal_feature_delete_orphans/feature_delete_orphans/3.2.0 |
| feature_delete_orphans |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| python-tripal | 3.2.1 | package |
| Additional information about this tool |
if [ -z "\$TRIPAILLE_GLOBAL_CONFIG_PATH" ]; then
echo "__default: local" > '.auth.yml' &&
echo "local:" >> '.auth.yml' &&
echo " tripal_url: \"\$GALAXY_TRIPAL_URL\"" >> '.auth.yml' &&
echo " username: \"\$GALAXY_TRIPAL_USER\"" >> '.auth.yml' &&
echo " password: \"\$GALAXY_TRIPAL_PASSWORD\"" >> '.auth.yml' &&
export TRIPAILLE_GLOBAL_CONFIG_PATH='.auth.yml'
; fi &&
tripaille feature delete_orphans
&&
echo "Data loaded" > '$results'
| Functional tests |