-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified: cre.annotate_str.sh new file: cre.roh.sh modified: cre.sh modified: cre.vep.sh
- Loading branch information
1 parent
8badd9a
commit dcd0882
Showing
5 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
|
||
#PBS -l walltime=10:00:00,nodes=1:ppn=1 | ||
#PBS -joe . | ||
#PBS -d . | ||
#PBS -l vmem=20g,mem=20g | ||
|
||
#ROH analysis with | ||
#https://sourceforge.net/projects/h3m2/files/ | ||
|
||
export H3M2PATH=/hpf/largeprojects/ccmbio/naumenko/tools/H3M2Tool | ||
|
||
$H3M2PATH/H3M2BamParsing.sh $H3M2PATH . $bam . LOH_analysis `basename $bam .bam` /hpf/largeprojects/ccmbio/naumenko/tools/bcbio/genomes/Hsapiens/GRCh37/seq/GRCh37.fa $H3M2PATH/SNP1000GP.HGb37_Exome.bed | ||
|
||
$H3M2PATH/H3M2Analyze.sh $H3M2PATH . LOH_analysis `basename $bam .bam` $H3M2PATH/SNP1000GP.HGb37_Exome.bed 100000 0.1 0.1 5 | ||
|
||
#DNorm -> parameter of the H3M2 (it can be 1000, 10000 and 100000. We suggest to use 100000) | ||
#P1 -> parameter of the H3M2 (set to 0.1) | ||
#P2 -> parameter of the H3M2 (set to 0.1) | ||
#Factor -> parameter of the H3M2 (set to 5) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters