Sign inSign up

cyverse/evolinc-i

By cyverse

Updated almost 8 years ago

Evolinc-I pipeline Docker image

Image
0

326

cyverse/evolinc-i repository overview

EVOLINC-I 1.0

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

  1. A set of assembled and merged transcripts from Cuffmerge or Cuffcompare in gene transfer format (GTF)
  2. A reference genome (FASTA)
  3. A reference genome annotation (GFF)

Optional input data

  1. Transposable Elements database (FASTA)
  2. Known LincRNA (GFF)
  3. Transcription start site coordinates (BED)

Availablility

Using Docker image

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
Using CyVerse Discovery Environment

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.

Issues

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.

Citing Evolinc-I

Evolinc-I manuscript is currently under review but is available as a bioRxiv preprint.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

almost 8 years ago

docker pull cyverse/evolinc-i:1.0