Git Product home page Git Product logo

te_riboseq_atlas's Introduction

TE RiboSeq Atlas (Dopkins)

A transposable element atlas of ribo-seq data from multiple tissue types. (Project ID: PRJNA756018)

To get DAG:

snakemake --profile profiles/aws  --forceall --dag | dot -Tpdf > dag.pdf

To get rule graph:

snakemake --profile profiles/aws  --forceall --rulegraph | dot -Tpdf > rulegraph.pdf

To get file graph:

snakemake --profile profiles/aws  --forceall --filegraph | dot -Tpdf > filegraph.pdf

To run pipeline:

snakemake --profile profiles/aws/ all

To run only Telescope in a sample-specific manner:

snakemake --profile profiles/aws/ results/telescope/{sampleid1}_telescope_completed.txt results/telescope/{sampleid2}_telescope_completed.txt

To run only hervquant in a sample-specific manner:

snakemake --profile profiles/aws/ results/salmon/{sampleid1}_salmon_completed.txt results/salmon/{sampleid2}_salmon_completed.txt

Example to run both hervquant and telescope for 3 samples:

snakemake --profile profiles/aws results/telescope/SAMN20849944_telescope_completed.txt results/salmon/SAMN20849944_salmon_completed.txt results/telescope/SAMN20849945_telescope_completed.txt results/salmon/SAMN20849945_salmon_completed.txt results/telescope/SAMN20849946_telescope_completed.txt results/salmon/SAMN20849946_salmon_completed.txt 

Reference genomes used for telescope and hervquant:

For a full list of reference genomes used, please refer to the config.yaml file. For STAR, we used GRCh38.d1.vd1.fa.tar.gz. For Telescope, we used retro.hg38.v1.gtf. For hervquant, we used the reference from the original paper, which can be found here and here.

To modify pipeline:

Change sample download table, or change the reference genomes in the config.

te_riboseq_atlas's People

Contributors

singhbhavya avatar

Watchers

Matthew L. Bendall avatar Ivy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.