Skip to content
Snippets Groups Projects

QuaC - First major review

Merged Manavalan Gajapathy requested to merge make_it_production_ready into master
All threads resolved!
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -15,8 +15,8 @@
@@ -15,8 +15,8 @@
## Who am I?
## Who am I?
QuaC is a pipeline developed using snakemake, which runs a set of selected QC tools on NGS samples. Here are the tool I
QuaC is a pipeline developed using snakemake, which runs a set of selected QC tools on NGS samples. Here are the tools it
can quack:
can currently quack on:
| Tool | Use |
| Tool | Use |
| ----------------------------------------------------------------- | ---------------------------------------------------------- |
| ----------------------------------------------------------------- | ---------------------------------------------------------- |
@@ -105,7 +105,7 @@ conda env update --file configs/env/quac.yaml
@@ -105,7 +105,7 @@ conda env update --file configs/env/quac.yaml
In the activate conda environment, QuaC is run using script `src/quac.py`. Here are all the options available:
In the activate conda environment, QuaC is run using script `src/quac.py`. Here are all the options available:
```
```sh
$ ./src/run_quac.py -h
$ ./src/run_quac.py -h
usage: run_quac.py [-h] [--project_name] [--projects_path] [--pedigree]
usage: run_quac.py [-h] [--project_name] [--projects_path] [--pedigree]
[--outdir] [-m] [--exome] [--cluster_config] [--log_dir]
[--outdir] [-m] [--exome] [--cluster_config] [--log_dir]
@@ -118,7 +118,7 @@ optional arguments:
@@ -118,7 +118,7 @@ optional arguments:
QuaC workflow options:
QuaC workflow options:
--project_name Project name (default: None)
--project_name Project name (default: None)
--projects_path Path where all projects are hosted. Don't include
--projects_path Path where all projects are hosted. Dont include
project name here. (default:
project name here. (default:
/data/project/worthey_lab/projects/)
/data/project/worthey_lab/projects/)
--pedigree Pedigree filepath. Must correspond to the project
--pedigree Pedigree filepath. Must correspond to the project
Loading