lauringlab / variant_pipeline

Work on the variant_pipeline and initial r analysis used in calling variants from NGS data
Apache License 2.0
8 stars 13 forks source link

updating the pipeline #12

Closed jtmccr1 closed 6 years ago

jtmccr1 commented 6 years ago

This work makes the pipeline more versatile. The wrapper python script is now able to handle any bpipe pipeline (although some options are still expected). I have separated initial fastq processing from variant calling. It is possible to run the same variant calling pipeline we have always done ( now in two steps). We can also add any other variant calling software. I have provided a simple script that counts the bases at each position. The pipeline also now comes with with a conda environment to handle python dependencies (outside of flux) and a R packrat file to handle dependencies in R (for the deepSNV pipeline). This should address issues with the tutorial as well.