Skip to content

Commit

Permalink
Merge pull request #2 from richard-burhans/add-shed-yaml
Browse files Browse the repository at this point in the history
Added missing macros.xml
  • Loading branch information
AldhairMedico authored Dec 12, 2024
2 parents 405286c + 4040e62 commit 7b3965b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tools/teloscope/macros.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<macros>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">teloscope</requirement>
</requirements>
</xml>
<token name="@TOOL_VERSION@">0.0.5</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">21.05</token>
<xml name="citations">
<citations>
<citation type="bibtex">
@misc{github_teloscope,
author = {Vertebrate Gnome Lab (https://www.vertebrategenomelab.org)},
year = "2023",
title = {Telescope},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/vgl-hub/teloscope.git}
</citation>
</citations>
</xml>
</macros>

0 comments on commit 7b3965b

Please sign in to comment.