comparison data_manager/gene_annotation_fetcher.xml @ 48:e4b92f2ca217 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_gene_annotation/ commit a54e50916ebdb0858b049cdc549a43df801e1a71
author iuc
date Tue, 21 May 2024 07:36:02 +0000
parents 3a02b8ab423a
children
comparison
equal deleted inserted replaced
47:3a02b8ab423a 48:e4b92f2ca217
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.2" profile="23.0">
3 <description>gene annotation fetcher</description> 3 <description>gene annotation fetcher</description>
4 <requirements>
5 <requirement type="package" version="3.8.3">python</requirement>
6 </requirements>
4 <command detect_errors="exit_code"> 7 <command detect_errors="exit_code">
5 <![CDATA[ 8 <![CDATA[
6 python '$__tool_directory__/data_manager.py' --out '${out_file}' 9 python '$__tool_directory__/data_manager.py' --out '${out_file}'
7 #if $gene_annotation_url: 10 #if $gene_annotation_url:
8 --url '${gene_annotation_url}' 11 --url '${gene_annotation_url}'