https://github.com/galaxyproject/galaxy
Raw File
Tip revision: c1e3087ca35dbca1b0328954fe4769d666d3f934 authored by Nate Coraor on 15 December 2016, 17:34:18 UTC
Fix an ACE vulnerability with gff filter tools. Thanks to David Wyde for
Tip revision: c1e3087
set_metadata.sh
#!/bin/sh

cd `dirname $0`
python ./scripts/set_metadata.py $@
back to top