comparison uniprot.xml @ 7:bfdc6a7ffd3a draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/uniprot_rest_interface commit ddbed5f0b0879b4a001d2da6a521b0c9a39c1e7b"
author bgruening
date Thu, 22 Apr 2021 17:32:16 +0000
parents 054483e27a35
children af5eccf83605
comparison
equal deleted inserted replaced
6:054483e27a35 7:bfdc6a7ffd3a
1 <tool id="uniprot" name="UniProt" version="0.2"> 1 <tool id="uniprot" name="UniProt" version="0.3">
2 <description>ID mapping and retrieval</description> 2 <description>ID mapping and retrieval</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="2.19.1">requests</requirement> 7 <requirement type="package" version="2.25.1">requests</requirement>
8 </requirements> 8 </requirements>
9 <version_command>echo "UniProt ID mapping for Galaxy in version 0.1"</version_command> 9 <version_command>echo "UniProt ID mapping for Galaxy in version 0.1"</version_command>
10 <command detect_errors="aggressive"><![CDATA[ 10 <command detect_errors="aggressive"><![CDATA[
11 11
12 cut -f ${id_column} '$infile' > id_file.tabular && 12 cut -f ${id_column} '$infile' > id_file.tabular &&