# HG changeset patch
# User artbio
# Date 1707782139 0
# Node ID ab37eb09b4caa7b36d925d03a41da58576b6efb4
# Parent c9b5ec6c45e8df3ffaa5afd6955ad5914244e5e3
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/oases commit d5a2de4b4c556e028fc5ef7ffcc7c2d0cf31c5ec
diff -r c9b5ec6c45e8 -r ab37eb09b4ca README
--- a/README Sun Mar 07 22:44:05 2021 +0000
+++ b/README Mon Feb 12 23:55:39 2024 +0000
@@ -1,3 +1,10 @@
+# 13/02/2024
+The version 1.4.0+galaxy0 of the tool uses bioconda dependencies
+ oases
+ velvet
+ python
+
+
# 15/04/2017
The tool now uses bioconda dependencies
oases
diff -r c9b5ec6c45e8 -r ab37eb09b4ca oases_optimiser.xml
--- a/oases_optimiser.xml Sun Mar 07 22:44:05 2021 +0000
+++ b/oases_optimiser.xml Mon Feb 12 23:55:39 2024 +0000
@@ -1,17 +1,22 @@
-
+Auto optimise de novo RNA-seq Oases/Velvet assembly
+
+ 1.4.0
+ 0
+ 23.0
+ oasesvelvet
- python
+ python
+ '$transcripts'
+ ]]>
@@ -59,7 +64,7 @@
-
+
**Oases Optimiser Overview**
Oases_ is a de novo transcriptome assembler specially designed to work with short reads. It is an extension of Velvet developed by Daniel Zerbino and Ewan Birney at the European Bioinformatics Institute (EMBL-EBI), near Cambridge, in the United Kingdom.
@@ -73,21 +78,21 @@
being run succesively on the data. In the above example, you would find:
transcripts.fa
- A FASTA file containing the transcripts imputed directly from trivial
- clusters of contigs (loci with less than two transcripts and Confidence Values = 1)
- and the highly expressed transcripts imputed by dynamic
- programming (loci with more than 2 transcripts and Confidence Values less than 1).
+ A FASTA file containing the transcripts imputed directly from trivial
+ clusters of contigs (loci with less than two transcripts and Confidence Values = 1)
+ and the highly expressed transcripts imputed by dynamic
+ programming (loci with more than 2 transcripts and Confidence Values less than 1).
splicing_events.txt
- A hybrid file which describes the contigs contained in each locus in FASTA
- format, interlaced with one line descriptions of splicing events using the
- AStalavista nomenclature*.
+ A hybrid file which describes the contigs contained in each locus in FASTA
+ format, interlaced with one line descriptions of splicing events using the
+ AStalavista nomenclature*.
Read the Oases `documentation`__ for details on using the Oases Assembler.
-.. _Oases: http://www.ebi.ac.uk/~zerbino/oases/
+.. _Oases: https://github.com/dzerbino/oases
-.. __: http://www.ebi.ac.uk/~zerbino/oases/Manual.txt
+.. __: https://bioweb.pasteur.fr/docs/modules/oases/0.2.08/OasesManual.pdf
------