Skip to content

Commit

Permalink
Finish Release-0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mapleson committed Mar 24, 2015
2 parents 3bcece0 + 0ff22fe commit 29a4528
Show file tree
Hide file tree
Showing 31 changed files with 3,795 additions and 40 deletions.
6 changes: 4 additions & 2 deletions CITATION
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
The paper for RAMPART is currently being prepared. In the meantime if you use RAMPART for your work please make use of
the following URL: https://github.com/TGAC/RAMPART.
RAMPART: a workflow management system for de novo genome assembly
Daniel Mapleson; Nizar Drou; David Swarbreck
Bioinformatics 2015;
doi: 10.1093/bioinformatics/btv056
4 changes: 2 additions & 2 deletions doc/source/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ memory usage for various tools. An example XML snippet containing a genome refe


If you are assembling a non-model organism an suitable existing reference may not be available. In this case it is
beneficial if you have any expecations of genomic properties that you provide them in order to make better assembly assessments
beneficial if you have any expectations of genomic properties that you provide them in order to make better assembly assessments
and enable input read subsampling an memory requirement estimation. Estimated input values can be entered as follows. Note
that these are optional, so the user can specify any or all of the properties as known, although the estimated genome size
is particularly useful::

<organism name="Escherichia coli" ploidy="1">
<estimated genome_size="4600000" gc="50.8" genes="4300"/>
<estimated est_genome_size="4600000" est_gc_percentage="50.8" est_nb_genes="4300"/>
</organism>


Expand Down
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>uk.ac.tgac.rampart</groupId>
<artifactId>rampart</artifactId>
<version>0.11.1</version>
<version>0.11.2</version>
<packaging>jar</packaging>

<name>RAMPART</name>
Expand Down Expand Up @@ -217,9 +217,13 @@
<id>rampart-clean</id>
</program>
<program>
<mainClass>uk.ac.tgac.rampart.jellyswarm.JellyswarmCLI</mainClass>
<mainClass>uk.ac.tgac.jellyswarm.JellyswarmCLI</mainClass>
<id>jellyswarm</id>
</program>
<program>
<mainClass>uk.ac.tgac.citadel.CitadelCLI</mainClass>
<id>citadel</id>
</program>
</programs>
</configuration>
</plugin>
Expand Down Expand Up @@ -473,7 +477,7 @@
<dependency>
<groupId>uk.ac.tgac.conan</groupId>
<artifactId>tgac-conan-process-wrappers</artifactId>
<version>0.11.1</version>
<version>0.11.3</version>
<exclusions>
<exclusion>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit 29a4528

Please sign in to comment.