Skip to content

Commit af2823b

Browse files
author
Daniel Mapleson
committed
Just using the newer TGAC conan procs file. This adds support for Velvet.
1 parent abc4ed5 commit af2823b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

etc/example_process_loading.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
Abyss_V1.3.4=source abyss-1.3.5
1212
AllpathsLg_V44837=source allpathslg-44837
1313
SoapDeNovo_V2.04=source soapdenovo-2.04
14+
Velvet_V1.2=source velvet-1.2.08
1415

1516
# Dataset improving tools
1617
Sickle_V1.1=source sickle-1.2

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>uk.ac.tgac.rampart</groupId>
77
<artifactId>rampart</artifactId>
8-
<version>0.8.3</version>
8+
<version>0.8.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>Rampart</name>
@@ -391,7 +391,7 @@
391391
<dependency>
392392
<groupId>uk.ac.tgac.conan</groupId>
393393
<artifactId>tgac-conan-process-wrappers</artifactId>
394-
<version>0.8.2</version>
394+
<version>0.8.4</version>
395395
<exclusions>
396396
<exclusion>
397397
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)