File tree Expand file tree Collapse file tree 2 files changed +3
-54
lines changed Expand file tree Collapse file tree 2 files changed +3
-54
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ BEGIN
3333use File::Path qw( mkpath remove_tree) ;
3434use 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
3838const 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
4242try {
4343 my ($options ) = option_builder();
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments