Mercurial > repos > iuc > ncbi_datasets
comparison datasets_genome.xml @ 13:1e188c9610c3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit d3fa7b70aa028f527a1dbbb210c172c637dfd4d9
author | iuc |
---|---|
date | Fri, 09 Dec 2022 15:11:16 +0000 |
parents | d78faac2c6ef |
children | 75acf92c8fd5 |
comparison
equal
deleted
inserted
replaced
12:d78faac2c6ef | 13:1e188c9610c3 |
---|---|
1 <tool id="datasets_download_genome" name="NCBI Datasets Genomes" profile="@PROFILE@" license="@LICENSE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="datasets_download_genome" name="NCBI Datasets Genomes" profile="@PROFILE@" license="@LICENSE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>download genome sequence, annotation and metadata</description> | 2 <description>download genome sequence, annotation and metadata</description> |
3 <expand macro="bio_tools"/> | |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
6 <expand macro="bio_tools"/> | |
7 <expand macro="requirements"></expand> | 7 <expand macro="requirements"></expand> |
8 <expand macro="version_command"/> | 8 <expand macro="version_command"/> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 #import re | 10 #import re |
11 @SETUP_CERTIFICATES@ | 11 @SETUP_CERTIFICATES@ |
485 Thereby its possible to inspect the metadata prior to the actual data download. Also this | 485 Thereby its possible to inspect the metadata prior to the actual data download. Also this |
486 allows to use the tool for querying data sets (and their accessions) of interest which | 486 allows to use the tool for querying data sets (and their accessions) of interest which |
487 can then be downloaded in a second call using the accessions. | 487 can then be downloaded in a second call using the accessions. |
488 ]]> | 488 ]]> |
489 </help> | 489 </help> |
490 | 490 <expand macro="citations"/> |
491 </tool> | 491 </tool> |