File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 230
230
my $samtools =" /storage1/fs1/songcao/Active/Software/samtools/1.2/bin" ;
231
231
my $varscan =" /storage1/fs1/songcao/Active/Software/varscan/2.3.8.ndown" ;
232
232
my $bamreadcount =" /storage1/fs1/songcao/Active/Software/bam-readcount/0.7.4/bam-readcount" ;
233
- my $vepannot =" /storage1/fs1/songcao/Active/Database/hg38_database/vep/ensembl-tools-release-85/scripts/variant_effect_predictor/variant_effect_predictor.v102.pl" ;
234
- my $vepannot =" /storage1/fs1/songcao /Active/Git /ensembl-vep/vep" ;
233
+ # my $vepannot="/storage1/fs1/songcao/Active/Database/hg38_database/vep/ensembl-tools-release-85/scripts/variant_effect_predictor/variant_effect_predictor.v102.pl";
234
+ my $vepannot =" /storage1/fs1/dinglab /Active/Projects/scao/gitshared /ensembl-vep/vep" ;
235
235
236
236
# my $vepcache="/storage1/fs1/songcao/Active/Database/hg38_database/vep/v85";
237
237
Original file line number Diff line number Diff line change 20
20
my $perl_bin = $Config {perlpath };
21
21
22
22
# Find out if samtools and tabix are properly installed, and warn the user if it's not
23
- my ( $samtools ) = map {chomp ; $_ }` which samtools` ;
23
+ # my ( $samtools ) = map{chomp; $_}`which samtools`;
24
+
25
+ my $samtools = " /storage1/fs1/songcao/Active/Software/anaconda3/bin/samtools" ;
26
+
24
27
( $samtools and -e $samtools ) or die " ERROR: Please install samtools, and make sure it's in your PATH\n " ;
25
28
my ( $tabix ) = map {chomp ; $_ }` which tabix` ;
26
29
( $tabix and -e $tabix ) or die " ERROR: Please install tabix, and make sure it's in your PATH\n " ;
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ perl somaticwrapper.pl --rdir /scratch1/fs1/dinglab/scao/sw/mildvep102 --log /sc
3
3
perl somaticwrapper.pl --rdir /scratch1/fs1/dinglab/scao/sw/mildvep102 --log /scratch1/fs1/dinglab/scao/sw/mildvep102.log --ref /storage1/fs1/songcao/Active/Database/hg38_database/GRCh38.d1.vd1/GRCh38.d1.vd1.fa --q general --smg /storage1/fs1/songcao/Active/Database/smg_database/smg.lung.tsv --users songcao --groupname SomaticWXS --step 12 --sre 1
4
4
5
5
perl somaticwrapper.pl --rdir /scratch1/fs1/dinglab/scao/sw/mildvep102 --log /scratch1/fs1/dinglab/scao/sw/mildvep102.log --ref /storage1/fs1/songcao/Active/Database/hg38_database/GRCh38.d1.vd1/GRCh38.d1.vd1.fa --q general --smg /storage1/fs1/songcao/Active/Database/smg_database/smg.lung.tsv --users songcao --groupname SomaticWXS --sre 1 --step 13 --sre 1
6
-
You can’t perform that action at this time.
0 commit comments