# HG changeset patch # User q2d2 # Date 1730318118 0 # Node ID 9dd05f5c60b9b1f7f6a44be07a3bd586f7cf63ca planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 5f71b597c9495eae67a447744fded834f56ca1f7 diff -r 000000000000 -r 9dd05f5c60b9 qiime2__rescript__get_bv_brc_genomes.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__get_bv_brc_genomes.xml Wed Oct 30 19:55:18 2024 +0000 @@ -0,0 +1,168 @@ + + + + + Get genome sequences from the BV-BRC database. + + qiime2 + + + quay.io/qiime2/amplicon:2024.10 + + q2galaxy version rescript + q2galaxy run rescript get_bv_brc_genomes '$inputs' + + + + +
+ + + + + + + + + + + value != "1" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + value != '__q2galaxy__::literal::None' + + + +
+
+ + + + + + +QIIME 2: rescript get-bv-brc-genomes +==================================== +Get genome sequences from the BV-BRC database. + + +Outputs: +-------- +:genomes.qza: Genome sequences for specified query. +:taxonomy.qza: Taxonomy data for all sequences. + +| + +Description: +------------ +Fetch genome sequences 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 genomes. By providing IDs/values and a corresponding data field, you can retrieve all genomes 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 9dd05f5c60b9 test-data/.gitkeep