Skip to content

Commit

Permalink
Set some global variables for bisulfite QC
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Ramakrishnan committed Apr 17, 2019
1 parent e62cfe6 commit 46231ab
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Bisulfite_QC_Coveragestats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ BISCUIT_GENE="$setup_file/genes.bed.gz"
BISCUIT_TOPGC_BED="$setup_file/windows100bp.gc_content.top10p.bed.gz"
## locations for the bottom 100bp bins in GC content
BISCUIT_BOTGC_BED="$setup_file/windows100bp.gc_content.bot10p.bed.gz"
### QC operations to perform ###
export BISCUIT_QC_BASECOV=true
export BISCUIT_QC_DUPLICATE=true
export BISCUIT_QC_CPGCOV=true
export BISCUIT_QC_CPGDIST=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_UNIFORMITY=true
export BISCUIT_QC_CPGUNIF=true
export BISCUIT_QC_BSCONV=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_MAPPING=true
export BISCUIT_QC_BETAS=true

>&2 echo "## Running BISCUIT QC script with following configuration ##"
>&2 echo "=============="
Expand Down
12 changes: 12 additions & 0 deletions Bisulfite_QC_CpGretentiondistribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ BISCUIT_GENE="$setup_file/genes.bed.gz"
BISCUIT_TOPGC_BED="$setup_file/windows100bp.gc_content.top10p.bed.gz"
## locations for the bottom 100bp bins in GC content
BISCUIT_BOTGC_BED="$setup_file/windows100bp.gc_content.bot10p.bed.gz"
### QC operations to perform ###
export BISCUIT_QC_BASECOV=true
export BISCUIT_QC_DUPLICATE=true
export BISCUIT_QC_CPGCOV=true
export BISCUIT_QC_CPGDIST=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_UNIFORMITY=true
export BISCUIT_QC_CPGUNIF=true
export BISCUIT_QC_BSCONV=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_MAPPING=true
export BISCUIT_QC_BETAS=true

>&2 echo "## Running BISCUIT QC script with following configuration ##"
>&2 echo "=============="
Expand Down
12 changes: 12 additions & 0 deletions Bisulfite_QC_bisulfiteconversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ BISCUIT_GENE="$setup_file/genes.bed.gz"
BISCUIT_TOPGC_BED="$setup_file/windows100bp.gc_content.top10p.bed.gz"
## locations for the bottom 100bp bins in GC content
BISCUIT_BOTGC_BED="$setup_file/windows100bp.gc_content.bot10p.bed.gz"
### QC operations to perform ###
export BISCUIT_QC_BASECOV=true
export BISCUIT_QC_DUPLICATE=true
export BISCUIT_QC_CPGCOV=true
export BISCUIT_QC_CPGDIST=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_UNIFORMITY=true
export BISCUIT_QC_CPGUNIF=true
export BISCUIT_QC_BSCONV=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_MAPPING=true
export BISCUIT_QC_BETAS=true

>&2 echo "## Running BISCUIT QC script with following configuration ##"
>&2 echo "=============="
Expand Down
14 changes: 12 additions & 2 deletions Bisulfite_QC_mappingsummary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,18 @@ BISCUIT_GENE="$setup_file/genes.bed.gz"
BISCUIT_TOPGC_BED="$setup_file/windows100bp.gc_content.top10p.bed.gz"
## locations for the bottom 100bp bins in GC content
BISCUIT_BOTGC_BED="$setup_file/windows100bp.gc_content.bot10p.bed.gz"


### QC operations to perform ###
export BISCUIT_QC_BASECOV=true
export BISCUIT_QC_DUPLICATE=true
export BISCUIT_QC_CPGCOV=true
export BISCUIT_QC_CPGDIST=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_UNIFORMITY=true
export BISCUIT_QC_CPGUNIF=true
export BISCUIT_QC_BSCONV=true
export BISCUIT_QC_CGICOV=true
export BISCUIT_QC_MAPPING=true
export BISCUIT_QC_BETAS=true

>&2 echo "## Running BISCUIT QC script with following configuration ##"
>&2 echo "=============="
Expand Down

0 comments on commit 46231ab

Please sign in to comment.