Mercurial > repos > bgruening > tgsgapcloser
diff macros.xml @ 0:86fa46d3ce2e draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/tgsgapcloser commit dcc6bd722244004ed2d5ac49d53a4e1d71366b1a"
author | bgruening |
---|---|
date | Sun, 14 Nov 2021 21:28:36 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sun Nov 14 21:28:36 2021 +0000 @@ -0,0 +1,33 @@ +<macros> + <token name="@TOOL_VERSION@">1.0.3</token> + <token name="@VERSION_SUFFIX@">0</token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">tgsgapcloser</requirement> + <requirement type="package" version="1.4.20">racon</requirement> + <requirement type="package" version="2.21">which</requirement> + <requirement type="package" version="1.24">pilon</requirement> + <requirement type="package" version="1.9">samtools</requirement> + <requirement type="package" version="11.0.9.1">openjdk</requirement> + </requirements> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">TGS-GapCloser</xref> + </xrefs> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1093/gigascience/giaa094</citation> + <citation type="bibtex"> + @misc{githubTGS-GapCloser, + author = {Mengyang Xu, Lidong Guo, Shengqiang Gu, Ou Wang, Rui Zhang, Brock A Peters, Guangyi Fan, Xin Liu, Xun Xu, Li Deng, Yongwei Zhang}, + year = {2020}, + title = {TGS-GapCloser}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/BGI-Qingdao/TGS-GapCloser}} + </citation> + </citations> + </xml> +</macros>