nellore on master
adds deprecation note (compare)
nellore on master
adds unit test to alignment_han… (compare)
BenLangmead on master
embed parsed_md (compare)
BenLangmead on master
make more portable (compare)
BenLangmead on master
some attempts to make this scri… (compare)
ChristopherWilks on master
switched to use sratoolkit 2.8.… (compare)
nellore on master
patches bowtie2-build in travis… (compare)
nellore on master
uses bowtie2 2.3.4.1 (compare)
nellore on master
specifies samtools version to i… (compare)
nellore on master
updates dependencies Merge branch 'master' of https:… (compare)
nellore on master
quote rules Merge pull request #86 from Ben… (compare)
6.1
chr2;23995 000119979136 5 1 1chr17;8056 000040283230 7 1 -1
1
and chr17
Step 22/24: Write bigWigs with exome coverage by sample
step:00h:50m:26s |___| Step 22/24: Write bigWigs with exome coverage by sample
00h:51m:11s |___| Partitioned 39 inputs into tasks.
*****Errors encountered*****
Streaming command "LC_ALL=C sort -S 307200 -k1,1 -k2,3 -t$'\t' -m /home/rail-rna_logs/coverage/dp.tasks/2.* | /root/raildotbio/pypy-2.5-linux_x86_64-portable/bin/pypy /root/raildotbio/rail-rna/rna/steps/coverage.py --bowtie-idx=/index/BowtieIndex/genome --percentile=0.75 --out=/markliddell/rail-rna/output/coverage_bigwigs --bigwig-exe=/root/raildotbio/bedGraphToBigWig --manifest=/markliddell/rail-rna/manifest.txt >/home/rail-rna_logs/coverage/2 2>/home/rail-rna_logs/coverage/dp.reduce.log/2.0.log" failed; exit level was 1.
Job flow failed on Sunday, Mar 01, 2020 at 02:14:34 PM UTC. Run time was 3073.353 seconds.
To start this job flow from where it left off, run:
/root/raildotbio/pypy-2.5-linux_x86_64-portable/bin/pypy /root/raildotbio/rail-rna/dooplicity/emr_simulator.py -j /home/rail-rna_logs/resume_flow_7P2J6ET8GJ6I.json -b /root/raildotbio/rail-rna/rna/driver/rail-rna.txt -l /home/rail-rna_logs/flow.2020-03-01T13:23:19.915920.log -f --max-attempts 1 --num-processes 39
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/root/raildotbio/rail-rna/dooplicity/emr_simulator.py", line 2044, in <module>
args.direct_write)
File "/root/raildotbio/rail-rna/dooplicity/emr_simulator.py", line 1900, in run_simulation
max_attempts=max_attempts
File "/root/raildotbio/rail-rna/dooplicity/emr_simulator.py", line 1359, in execute_balanced_job_with_retries
raise RuntimeError
RuntimeError
/root/raildotbio/bedGraphToBigWig: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/root/raildotbio/rail-rna/rna/steps/coverage.py", line 334, in <module>
% bedtobigwig_process.returncode)
RuntimeError: bedgraphtobigwig process failed w/ exitlevel 127.
Hi @nellore - thanks for looking at this quickly - I did install via following instructions on rail.bio - not using the docker image :sarora@rhino01:~/HollandLabShared/Sonali/tools$ ./install_rail-rna-0.2.4b
∀ Rail-RNA v0.2.4b Installer
Rail-RNA can be installed for all users or just the current user.
* Install for all users? [y/n]: n
The installation path /home/sarora/raildotbio already exists.
* Overwrite /home/sarora/raildotbio? [y/n]: n
Specify a different installation directory with --install-dir.
sarora@rhino01:~/HollandLabShared/Sonali/tools$ ./install_rail-rna-0.2.4b
∀ Rail-RNA v0.2.4b Installer
Rail-RNA can be installed for all users or just the current user.
* Install for all users? [y/n]: n
The installation path /home/sarora/raildotbio already exists.
* Overwrite /home/sarora/raildotbio? [y/n]: y
Installed Rail-RNA.
Installation log may be found at /home/sarora/raildotbio/rail-rna_installer.log.
Hello! I'm trying to run rail on ubuntu and am running into some python errors.
The first was a problem with 'Url' not being defined in raildotbio/rail-rna/rna/driver/rna_config.py
. I found at least two lines where Url(...)
was being called while everywhere else it was ab.Url(...)
. The code ran after changing Url
to ab.Url
.
But then I ran into this second error:
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/home/gene/raildotbio/rail-rna/rna/steps/preprocess.py", line 1205, in <module>
ignore_missing_sra_samples=args.ignore_missing_sra_samples)
File "/home/gene/raildotbio/rail-rna/rna/steps/preprocess.py", line 945, in go
elif len(original_qnames) == 2 and original_qnames[1]:
UnboundLocalError: local variable 'original_qnames' referenced before assignment
Can you help me fix this?