From 7dd1d8b14a205b8f9679488a64e6fb4d1f9dfafe Mon Sep 17 00:00:00 2001 From: Brian O'Connor Date: Tue, 14 Apr 2015 17:27:09 -0400 Subject: [PATCH] We need to parameterize this --- gnos_upload_vcf.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnos_upload_vcf.pl b/gnos_upload_vcf.pl index e369c69..d296a18 100644 --- a/gnos_upload_vcf.pl +++ b/gnos_upload_vcf.pl @@ -75,8 +75,7 @@ "https://s3.amazonaws.com/oicr.workflow.bundles/released-bundles/Workflow_Bundle_Test_Cancer_Variant_Analysis_" . $workflow_version . "_SeqWare_$seqware_version.zip"; -my $changelog_url = -"https://github.com/testproject/workflow-test-cancer/blob/$workflow_version/workflow-test-cancer/CHANGELOG.md"; +my $changelog_url = "CHANGELOG.md"; my $force_copy = 0; my $study_ref_name = "icgc_pancancer_vcf"; my $analysis_center = "OICR";