Skip to content

Commit 67a2538

Browse files
committed
Merge branch 'hotfix/2.2.1'
2 parents 326e343 + bbefe65 commit 67a2538

File tree

2 files changed

+3
-54
lines changed

2 files changed

+3
-54
lines changed

runPathogenDetection.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ BEGIN
3333
use File::Path qw(mkpath remove_tree);
3434
use Capture::Tiny qw(:all);
3535

36-
const my $gottcha_path => qw(/software/CGP/external-apps/GOTTCHA/bin);
36+
const my $gottcha_path => qw(GOTTCHA/bin);
3737
#awk command to create FASTQ file
3838
const my $awk_cmd => '{print "@"$1"\n"$10"\n+\n"$11}';
39-
const my $BACTERIA => '/lustre/scratch112/sanger/cgppipe/canpipe/test/ref/human/GRCh38_full_analysis_set_plus_decoy_hla/gottcha_db/database/GOTTCHA_BACTERIA_c4937_k24_u30_xHUMAN3x.strain';
40-
const my $VIRUSES => '/lustre/scratch112/sanger/cgppipe/canpipe/test/ref/human/GRCh38_full_analysis_set_plus_decoy_hla/gottcha_db/database/GOTTCHA_VIRUSES_c5900_k24_u30_xHUMAN3x.strain';
39+
const my $BACTERIA => 'gottcha_db/database/GOTTCHA_BACTERIA_c4937_k24_u30_xHUMAN3x.strain';
40+
const my $VIRUSES => 'gottcha_db/database/GOTTCHA_VIRUSES_c5900_k24_u30_xHUMAN3x.strain';
4141

4242
try {
4343
my ($options) = option_builder();

runVirusDetection.sh

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)