Repository revision
2:5adc0a351767

Repository 'tripal_feature_delete_orphans'
hg clone https://toolshed.g2.bx.psu.edu/repos/gga/tripal_feature_delete_orphans

Delete orphan features tool metadata
Miscellaneous
from Tripal
feature_delete_orphans
toolshed.g2.bx.psu.edu/repos/gga/tripal_feature_delete_orphans/feature_delete_orphans/3.2.1.0
3.2.1.0
None
True
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'
None
False
Functional tests
No functional tests defined