Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
DEV-161: Remove amber baf from links
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed May 29, 2018
1 parent 0c3ce1d commit a9a09f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/HMF/Pipeline/Amber.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@ sub run {
push @amber_jobs, markDone($done_file, \@amber_jobs, $dirs, $opt);
push @{$opt->{RUNNING_JOBS}->{'amber'}}, @amber_jobs;

my $baf_txt_path = "${sub_dir}/${tumor_sample}.amber.baf";
linkArtefact($baf_txt_path, 'somatic_amber_baf', $opt);

return;
}

sub runAmber {
my ($tumor_sample, $ref_bam_path, $tumor_bam_path, $running_jobs, $dirs, $opt) = @_;

say "\n### SCHEDULING AMBER ###";
say "\n### SCHEDULING AMBER MAIN ###";
my $job_id = fromTemplate(
"Amber",
undef,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cython==0.25.2
# This file is needed for the build process.

0 comments on commit a9a09f6

Please sign in to comment.