Evolinc-I is a long intergenic noncoding RNA (lincRNA) identification workflow that also facilitates genome browser visualization of identified lincRNAs and downstream differential gene expression analysis.
Evolinc-I minimally requires the following input data
Optional input data
Since there are several dependencies (these can be seen in Dockerfile) for running Evolinc-I on your linux or MAC OS, we highly recommend using the available Docker image for Evolinc-I or the Dockerfile to build an image and then use the built image.
# Pull the image from CyVerse Dockerhub
docker pull cyverse/evolinc-i:1.0
# See the command line help for the image
docker run cyverse/evolinc-i:1.0 -h
# Run Evolinc-I on the test data. The sample data can be found in the sample_data folder in this repo
docker run --rm -v $(pwd):/working-dir -w /working-dir cyverse/evolinc-i:1.0 -c Sample_cuffcompare_out.gtf -g TAIR10_chr1.fasta -r TAIR10_chr1_genes.gff -o test_out -n 4
The Evolinc-I app is currently integrated in CyVerse’s Discovery Environment (DE) and is free to use by researchers. The complete tutorial is available at this CyVerse wiki. CyVerse's DE is a free and easy to use GUI that simplifies many aspects of transcriptome assembly. If you do not currently have access to a high performance computing cluster, consider taking advantange of the DE.
If you experience any issues with running Evolinc-I (DE app or source code or Docker image), please open an issue on this github repo.
The sources in this Github repository, are copyright free. Thus you are allowed to use these sources in which ever way you like. Here is the full MIT license.
Evolinc-I manuscript is currently under review but is available as a bioRxiv preprint.
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 8 years ago
docker pull cyverse/evolinc-i:1.0