cycledash
cycledash copied to clipboard
Variant Caller Analysis Dashboard and Data Management System
For example, letting the developer know if the test server cannot be started
for uploaded BAM files
We should use this issue to catalogue IGV features missing from pileup.js
The "Load at Locus" link sends IGV to `http://hammerlab-dev3.hpc.mssm.edu:9876file:///tmp/one-samplexxx.vcf`, which doesn't work.
It looks like we intend to, but the error message "BAM not found." doesn't appear in the response body, like it should.
Cf. #800; may be possible now with https://bvaughn.github.io/react-virtualized/?
cf. http://cycledash.demeter.hpc.mssm.edu/tasks/249 ``` Traceback (most recent call last): File "/home/cycledash/cycledash/venv/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task R = retval = fun(*args, **kwargs) File "/home/cycledash/cycledash/venv/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__ return self.run(*args, **kwargs) File...