TEminer Code
Brought to you by:
rokofler
File | Date | Author | Commit |
---|---|---|---|
bin | 2019-04-01 | rokofler | [r8] Divyas idea implemented |
datasets | 2018-11-08 | rokofler | [r1] initial commit of teminer |
refg | 2018-11-08 | rokofler | [r4] ok we are ready to go |
results | 2018-11-08 | rokofler | [r1] initial commit of teminer |
scripts | 2019-04-26 | rokofler | [r10] deviate family with --minID 1 |
tmp | 2018-11-08 | rokofler | [r1] initial commit of teminer |
README.txt | 2018-11-08 | rokofler | [r4] ok we are ready to go |
TEMiner allows to assess the TE compositions of large quantities of publicly available NGS data. It first downloads the data with fastq-dump. Paired end reads will be broken up and concatenated (--split-spot) Reads are mapped to a database of TE consensus sequences and single copy genes located on the autosomes: Rhino, rpl32, trafficjam Than it runs DeviaTE to estimate TE abundance. Requirements: - DeviaTE Sanity check: Before you start, test the pipeline with a small sample data set cd scripts zsh invasion-history.sh test ../datasets/shorttest.txt Than check if you get pdfs in the folders results/test/deviate/[tefamily]/ If so, congrats, you are good to go!