Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tools/cryptogenotyper/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: CryptoGenotyper is a standalone tool to *in-silico* determine spec
name: cryptogenotyper
owner: nml
long_description: The CryptoGenotyper is a fast and reproducible tool that can be used to classify the genotype of Cryptosporidium samples by directly analyzing the DNA electropherogram files (.ab1) that correspond to two of its characteristic gene markers (SSU rRNA and gp60)
remote_repository_url: https://github.com/phac-nml/CryptoGenotyper
homepage_url: https://github.com/phac-nml/CryptoGenotyper
remote_repository_url: https://github.com/phac-nml/galaxy_tools/tree/master/tools/cryptogenotyper
homepage_url: https://github.com/phac-nml/CryptoGenotyper
3 changes: 3 additions & 0 deletions tools/cryptogenotyper/cryptogenotyper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<macros>
<token name="@VERSION@">1.0</token>
</macros>
<xrefs>
<xref type="bio.tools">cryptogenotyper</xref>
</xrefs>
<requirements>
<requirement type="package" version ="@VERSION@">cryptogenotyper</requirement>
</requirements>
Expand Down