The Read Origin Protocol (ROP) is a computational protocol that aims to discover the source of all reads, including those originating from repeat sequences, recombinant B and T cell receptors, and microbial communities.
python rop.py --skipPreliminary --microbiome --qsub example/unmappedExampleFasta.fasta test --f
i get this error
ERROR: Subprocess crashed.
Traceback (most recent call last):
File "rop.py", line 278, in
if subprocess.Popen([cmd], shell=True).wait(): raise SubprocessError()
rop_functions.SubprocessError
if i run
python rop.py --skipPreliminary --microbiome --qsub example/unmappedExampleFasta.fasta test --f
i get this error ERROR: Subprocess crashed. Traceback (most recent call last): File "rop.py", line 278, in
if subprocess.Popen([cmd], shell=True).wait(): raise SubprocessError()
rop_functions.SubprocessError