Permalink
Browse files

Remove hardcoded endpoint from mount.sh

Reset changes to .gitignore, and add pytest-related dirs.
  • Loading branch information...
1 parent 5718f94 commit 1a4d8a3958d9e81ff29651e7ead742dba54ff1ff @tetianakh tetianakh committed Nov 14, 2016
View
@@ -5,6 +5,8 @@ bcbio_nextgen.egg-info/
build/
docs/_build
dist/
+tests/data/test_srnaseq/
+tests/unit/bcbio-nextgen-test-data/
tests/data/100326*
tests/data/110106*
tests/data/110221*
@@ -14,7 +16,6 @@ tests/data/tcga_benchmark
tests/test_automated_output/
tests/data/automated/*-sorted.bed
tests/data/variants/S1_S2-combined*
-tests/data/Harvard-inDrop
cwl/*-workflow
.DS_Store
.#*
@@ -23,4 +24,5 @@ cwl/*-workflow
*~
\#*
.idea/
-__pycache__/
+__pycache__
+.coverage
View
No changes.
File renamed without changes.
View
@@ -11,7 +11,7 @@ else
echo "Starting syslogd..."
service rsyslog start
echo "Mounting the bucket..."
- cmd="goofys --endpoint s3.eu-central-1.amazonaws.com --sse $_BUCKET /mnt/$_BUCKET"
+ cmd="goofys --sse $_BUCKET /mnt/$_BUCKET"
echo $cmd
$cmd
sleep 1

0 comments on commit 1a4d8a3

Please sign in to comment.