Skip to content

Commit 9589658

Browse files
committed
add vrhyme tool
1 parent cefdfdc commit 9589658

File tree

268 files changed

+49050
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+49050
-0
lines changed

tools/vrhyme/.shed.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: vrhyme
2+
owner: bgruening
3+
description: Tool for dereplication and binning virus genomes from metagenomes.
4+
homepage_url: https://github.com/AnantharamanLab/vRhyme
5+
long_description:
6+
vRhyme is a tool for binning viral genomes from metagenomes. It groups viral contigs into metagenome-assembled genomes (vMAGs) using sequence features, read coverage patterns, and machine learning. It also includes an optional dereplication function to remove redundant sequences.
7+
remote_repository_url: https://github.com/bgruening/galaxytools/tree/master/tools/vrhyme
8+
categories:
9+
- Metagenomics

tools/vrhyme/macros.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<macros>
2+
<token name="@TOOL_VERSION@">1.1.0</token>
3+
<token name="@VERSION_SUFFIX@">galaxy0</token>
4+
<xml name="requirements">
5+
<requirements>
6+
<requirement type="package" version="@TOOL_VERSION@">vrhyme</requirement>
7+
<requirement type="package" version="3.23">mummer</requirement>
8+
<requirement type="package" version="1.1.3">scikit-learn</requirement>
9+
</requirements>
10+
</xml>
11+
<xml name="biotools">
12+
<xrefs>
13+
<xref type="bio.tools">vRhyme</xref>
14+
</xrefs>
15+
</xml>
16+
<xml name="citations">
17+
<citations>
18+
<citation type="doi">10.1093/nar/gkac341</citation>
19+
</citations>
20+
</xml>
21+
</macros>
485 KB
Binary file not shown.

tools/vrhyme/test-data/Test_simulated.fastq

Lines changed: 12000 additions & 0 deletions
Large diffs are not rendered by default.

tools/vrhyme/test-data/Test_simulated_1.fastq

Lines changed: 12000 additions & 0 deletions
Large diffs are not rendered by default.

tools/vrhyme/test-data/Test_simulated_2.fastq

Lines changed: 12000 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
scaffold avg_SRR2046222_trim stdev_SRR2046222_trim avg_SRR2046235_trim stdev_SRR2046235_trim avg_SRR2046236_trim stdev_SRR2046236_trim
2+
virus_1__0:13792 96.32359338747099 24.813803138227193 336.82207076566124 48.53375006850304 292.5810614849188 50.93065819442028
3+
virus_1__13792:29888 87.37972166998011 21.574192260474437 342.9219681908549 45.861610044217755 289.34505467196817 48.29033273320929
4+
virus_1__29888:34019 91.07334785766159 23.463248535880197 355.4468651658194 65.05538501584905 294.38828370854515 61.928534242372756
5+
virus_1__34019:45164 91.42009869896815 25.906158249588273 348.6326603858232 49.327479050402346 287.1410497981158 49.03400296998417
6+
virus_1__45164:63646 88.59002375296912 23.092473303597128 323.18004750593826 77.47367574377701 265.3235154394299 56.6744031670385
7+
virus_2__0:13100 101.29984732824427 27.351034700963805 441.32977099236643 62.53809305658163 297.72587786259544 49.31367633676957
8+
virus_2__13100:24602 103.90975482524779 28.36762220733677 450.5150408624587 63.64019699678692 297.76864893062077 59.07434359506686
9+
virus_2__24602:37063 103.00722253430703 26.666693441816133 442.6597383837573 62.15227015869699 290.2397881389937 50.04145100932727
10+
virus_2__37063:44358 104.55274955170353 28.469833814916036 442.5375074716079 68.57615997501904 309.4928272564256 53.75696434636587
11+
virus_3__0:6773 8497.161466885605 1752.9154817117605 14112.200328407225 2891.864467713525 30100.58401751505 6225.80141987776
12+
virus_4__0:8428 0.23421926910299004 1.1266316629605762 19.504983388704318 9.602139891487262 22.572259136212626 11.527000319991355
13+
virus_5__0:8378 0.4128929142248269 1.0539541679344029 118.62892914224827 25.736327963856304 36.50879062333511 16.065928782271936

tools/vrhyme/test-data/example_scaffolds.fasta

Lines changed: 26 additions & 0 deletions
Large diffs are not rendered by default.

tools/vrhyme/test-data/example_scaffolds.prodigal.faa

Lines changed: 682 additions & 0 deletions
Large diffs are not rendered by default.

tools/vrhyme/test-data/example_scaffolds.prodigal.ffn

Lines changed: 1419 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)