# HG changeset patch # User q2d2 # Date 1730318130 0 # Node ID c735738cecca987fd6eb0e61b5d25aa36ed2d0ac planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 5f71b597c9495eae67a447744fded834f56ca1f7 diff -r 000000000000 -r c735738cecca qiime2__rescript__get_bv_brc_genome_features.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__get_bv_brc_genome_features.xml Wed Oct 30 19:55:30 2024 +0000 @@ -0,0 +1,172 @@ + + + + + Fetch genome features from BV-BRC. + + qiime2 + + + quay.io/qiime2/amplicon:2024.10 + + q2galaxy version rescript + q2galaxy run rescript get_bv_brc_genome_features '$inputs' + + + + +
+ + + + + + + + + + + value != "1" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value != '__q2galaxy__::literal::None' + + + +
+
+ + + + + + + + +QIIME 2: rescript get-bv-brc-genome-features +============================================ +Fetch genome features from BV-BRC. + + +Outputs: +-------- +:genes.qza: Gene +:proteins.qza: proteins +:taxonomy.qza: Taxonomy data for all sequences. +:loci.qza: loci + +| + +Description: +------------ +Fetch DNA and protein sequences of genome features from BV-BRC. BV-BRC (Bacterial and Viral Bioinformatics Resource Center) is a database for bacterial and viral genomes, annotations, and metadata. There are three ways to query data: You can use an RQL query to refine your search and get targeted features. By providing IDs/values and a corresponding data field, you can retrieve all features associated with those specific values in that data field. And as a third option a metadata column can be provided, to use metadata obtained with the action get-bv-brc-metadata as a new query. Check https://www.bv-brc.org/api/doc/ for documentation. + + +| + + + + @article{cite1, + author = {Olson, Robert D and Assaf, Rida and Brettin, Thomas and Conrad, Neal and Cucinell, Clark and Davis, James J and Dempsey, Donald M and Dickerman, Allan and Dietrich, Emily M and Kenyon, Ronald W and others}, + journal = {Nucleic acids research}, + number = {D1}, + pages = {D678--D689}, + publisher = {Oxford University Press}, + title = {Introducing the bacterial and viral bioinformatics resource center (BV-BRC): a resource combining PATRIC, IRD and ViPR}, + volume = {51}, + year = {2023} +} + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r c735738cecca test-data/.gitkeep