diff --git a/.gitignore b/.gitignore index 7a33700ea..dd2e436c8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/data/automated/run_info-fusion.yaml b/tests/data/automated/run_info-fusion.yaml old mode 100755 new mode 100644 diff --git a/tests/goofys_logs.sh b/tests/scripts/goofys_logs.sh old mode 100755 new mode 100644 similarity index 100% rename from tests/goofys_logs.sh rename to tests/scripts/goofys_logs.sh diff --git a/tests/mount.sh b/tests/scripts/mount.sh old mode 100755 new mode 100644 similarity index 88% rename from tests/mount.sh rename to tests/scripts/mount.sh index 6842ad021..da7f7fa2b --- a/tests/mount.sh +++ b/tests/scripts/mount.sh @@ -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