Skip to content

Commit

Permalink
Merge pull request #169 from /issues/168-update-test-bucket
Browse files Browse the repository at this point in the history
Update bucket location (resolves #168)
  • Loading branch information
jvivian authored Dec 6, 2018
2 parents 00af8a8 + 1b0a071 commit 430ad4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/toil_rnaseq/test/test_rnaseq_cgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def setUpClass(cls):
logging.basicConfig(level=logging.INFO)

def setUp(self):
self.input_dir = urlparse('s3://cgl-pipeline-inputs/rnaseq_cgl/ci')
self.input_dir = urlparse('s3://cgl-pipeline/rnaseq_cgl/ci')
self.output_dir = urlparse('s3://cgl-driver-projects/test/ci/%s' % uuid4())
self.sample = urlparse(self.input_dir.geturl() + '/chr6_sample.tar.gz')
self.bam_sample = urlparse(self.input_dir.geturl() + '/chr6.test.bam')
Expand Down Expand Up @@ -89,9 +89,9 @@ def _generate_config(self):
with open(path, 'w') as f:
f.write(textwrap.dedent("""
star-index: {input_dir}/starIndex_chr6.tar.gz
kallisto-index: s3://cgl-pipeline-inputs/rnaseq_cgl/kallisto_hg38.idx
kallisto-index: s3://cgl-pipeline/rnaseq_cgl/kallisto_hg38.idx
rsem-ref: {input_dir}/rsem_ref_chr6.tar.gz
hera-index: s3://cgl-pipeline-inputs/rnaseq_cgl/hera-index.tar.gz
hera-index: s3://cgl-pipeline/rnaseq_cgl/hera-index.tar.gz
output-dir: {output_dir}
max-sample-size: 2G
fastqc: true
Expand Down

0 comments on commit 430ad4c

Please sign in to comment.