# HG changeset patch # User bgruening # Date 1537119652 14400 # Node ID f806bb47aff6f8d0d59a8c024b10deb060b1b61c # Parent 6e9fabe16b0c8692610a4104c69b639a11092fe6 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit f7a71c09b68d85a73a7ce761b4e64d5de29daee0 diff -r 6e9fabe16b0c -r f806bb47aff6 uniprot.xml --- a/uniprot.xml Sat Sep 15 10:23:18 2018 -0400 +++ b/uniprot.xml Sun Sep 16 13:40:52 2018 -0400 @@ -1,20 +1,20 @@ - + ID mapping and retrieval macros.xml - requests + requests echo "UniProt ID mapping for Galaxy in version 0.1" id_file.tabular && + cut -f ${id_column} '$infile' > id_file.tabular && - $__tool_directory__/uniprot.py + '$__tool_directory__/uniprot.py' #if $tool.tool_choice == "retrieve": - retrieve -f $tool.format $infile ./output + retrieve -f $tool.format id_file.tabular ./output #elif $tool.tool_choice == "map": map