diff macros.xml @ 0:1c070debf549 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/winnowmap commit f3c75fcbec417c749fca98a8d0cb3415c427dbb8"
author iuc
date Thu, 29 Apr 2021 21:35:38 +0000
parents
children 44231ef8167a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Apr 29 21:35:38 2021 +0000
@@ -0,0 +1,45 @@
+<macros>
+    <token name="@TOOL_VERSION@">2.02</token>
+    <xml name="edam_ontology">
+        <edam_topics>                                                                                  
+            <edam_topic>topic_0102</edam_topic>
+        </edam_topics>
+        <edam_operations>
+            <edam_operation>operation_0292</edam_operation>
+        </edam_operations>
+    </xml>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">winnowmap</requirement>
+            <requirement type="package" version="1.12">samtools</requirement>
+        </requirements>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="bibtex">                                                                   
+                @article{Jain2020,
+                    doi = {10.1101/2020.11.01.363887},
+                    url = {https://doi.org/10.1101/2020.11.01.363887},
+                    year = {2020},
+                    month = nov,
+                    publisher = {Cold Spring Harbor Laboratory},
+                    author = {Chirag Jain and Arang Rhie and Nancy Hansen and Sergey Koren and Adam M. Phillippy},
+                    title = {A long read mapping method for highly repetitive reference sequences}
+                  }
+                @article{Jain2020,
+                    doi = {10.1093/bioinformatics/btaa435},
+                    url = {https://doi.org/10.1093/bioinformatics/btaa435},
+                    year = {2020},
+                    month = jul,
+                    publisher = {Oxford University Press ({OUP})},
+                    volume = {36},
+                    number = {Supplement{\_}1},
+                    pages = {i111--i118},
+                    author = {Chirag Jain and Arang Rhie and Haowen Zhang and Claudia Chu and Brian P Walenz and Sergey Koren and Adam M Phillippy},
+                    title = {Weighted minimizer sampling improves long read mapping},
+                    journal = {Bioinformatics}
+                }                                            
+            </citation>
+        </citations>
+    </xml>
+</macros>