Mercurial > repos > scottx611x > data_manager_fetch_gene_annotation
comparison data_manager/gene_annotation_fetcher.xml @ 47:3a02b8ab423a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_gene_annotation/ commit 02d2967f77e3fa5a18aea63dc84aa9ab418dc165"
author | iuc |
---|---|
date | Sun, 22 Nov 2020 12:48:13 +0000 |
parents | 9346d2955707 |
children | e4b92f2ca217 |
comparison
equal
deleted
inserted
replaced
46:9346d2955707 | 47:3a02b8ab423a |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="gene_annotation_fetcher_data_manager" name="Gene Annotation Fetch" tool_type="manage_data" version="1.0.1"> | 2 <tool id="gene_annotation_fetcher_data_manager" name="Gene Annotation Fetch" tool_type="manage_data" version="1.0.1"> |
3 <description>gene annotation fetcher</description> | 3 <description>gene annotation fetcher</description> |
4 <requirements> | |
5 <requirement type="package" version="2.13.0">requests</requirement> | |
6 </requirements> | |
7 <command detect_errors="exit_code"> | 4 <command detect_errors="exit_code"> |
8 <![CDATA[ | 5 <![CDATA[ |
9 python '$__tool_directory__/data_manager.py' --out '${out_file}' | 6 python '$__tool_directory__/data_manager.py' --out '${out_file}' |
10 #if $gene_annotation_url: | 7 #if $gene_annotation_url: |
11 --url '${gene_annotation_url}' | 8 --url '${gene_annotation_url}' |