Mercurial > repos > artbio > oases
comparison README @ 0:f7dd852c8f4c draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/oases commit 48b8101fd53263212839ecb14d3029811a3278f4
author | artbio |
---|---|
date | Sun, 15 Oct 2017 19:07:38 -0400 |
parents | |
children | ab37eb09b4ca |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f7dd852c8f4c |
---|---|
1 # 15/04/2017 | |
2 The tool now uses bioconda dependencies | |
3 <requirement type="package" version="0.2.09">oases</requirement> | |
4 <requirement type="package" version="1.2.10">velvet</requirement> | |
5 As the output is not deterministic, test search for line matching oases locus ranging in 1-25 | |
6 | |
7 #Created 28/11/2014 | |
8 #Christophe Antoniewski, CNRS/University Pierre et Marie Curie, drosofff@gmail.com | |
9 # inspired from the oases wrapper developped by Konrad Paszkiewicz, Exeter Sequencing Service, University of Exeter | |
10 | |
11 Oases optimiser | |
12 | |
13 This Galaxy tool is intended to provide a crude but effective method of producing semi-optimised transcriptome assemblies. | |
14 It operates by performing a number of user defined Velvet assemblies upon which Oases is then run. | |
15 The results of all of these runs are then put through a final Oases step where they act as scaffolds for the main assembly. | |
16 Note that this wrapper is designed to focused on small RNA reads from small RNA sequencings and will run velvetg with kmers ranging from 11 to 35 | |
17 Prerequisites: | |
18 | |
19 1. Enclosed scripts | |
20 2. package_ged_velvet and package_ged_oases dependency packages | |
21 | |
22 Limitations: | |
23 | |
24 This is a crude optimisation step which DOES NOT try to evaluate the quality of each assembly or map to any reference cDNA. |