GithubHelp home page GithubHelp logo

piquelab / gxe_pipeline Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 141 KB

Workflow for the Gene Environment Interaction project

Home Page: http://genome.grid.wayne.edu/gxebrowser/

Perl 1.53% Python 2.20% Shell 5.93% R 86.31% Makefile 4.03%

gxe_pipeline's People

Contributors

ctharve avatar gmoyerbrailean avatar rpique avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gxe_pipeline's Issues

Using 'CTRL' instead of 'CO' to find controls

When running QuASAR, the QuASAR_pipeline.R script assumes that your controls are named "CTRL-" in the "Control" column, as it greps for "CTRL". If the controls are not named with "CTRL", the grep returns integer(0), which, when passed to the data.frame with the -operator to drop rows, results in an empty data frame.

Not only is this a bad assumption (a control name could simply be "Media"), but it departs from the normal standard of using the "Control.ID" column and grepping for "CO", which is a much better convention.

Barcodes skipped when manually removing fastq links

If a group of fastq links are removed (for example, to remove a bad sequencing run), removal of the L1 replicate (e.g., DP6-HT58_L1_R1.fastq.gz) will effectively block that barcode from the alignment rules of the Makefile.

For example, if a barcode has replicates L1 through L6, where L1-L3 correspond to one sequencing run and L4-L6 correspond to a second, removal of the first sequencing run (L1-L3) will result in the removal of the *-L1-*.fastq.gz file, which will block the re-alignment of those files, as the Makefile rule requires the *-L1-*.fastq.gz file.

Currently the only solution is to rename links to ensure there is an L1, or to remove/rename the original fastqs themselves and rerun the util script.

Updates to PBS scheduler

Our HPCC updated their jobs submission system, and as a result all the scripts that submit jobs need to be updated.

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.