Hello Team,
I have recently come across this tool SwiftOrtho and installed in my local machine.
While running the find_ortho.py I had faced a small issue which I had fixed myself, but little unsure that it might effect speed or performance of the tool.
My command
$python SwiftOrtho/bin/find_orth.py -i examples/ref.fsa.sc -c 0.5 -y 0 > input.fsa.sc.orth
ERROR
sort: unrecognized option '--parallel=4'
Try `sort --help' for more information.
Traceback (most recent call last):
File "find_orth.py", line 446, in
f = open(qotsrt, 'r')
IOError: [Errno 2] No such file or directory: 'qry.fsa.sc.qOTs.txt.srt'
I had removed "--parallel" argument from sort command which is used in find_orth.py script
and re-run the pipeline, It had ran without any issue for time being.
But I would like to get confirmation regarding the effect of changes I had done and any suggest if there any other alternative solution to it.
Thanks & Regards,
Vijay N
Hello Team,
I have recently come across this tool SwiftOrtho and installed in my local machine.
While running the find_ortho.py I had faced a small issue which I had fixed myself, but little unsure that it might effect speed or performance of the tool.
My command
$python SwiftOrtho/bin/find_orth.py -i examples/ref.fsa.sc -c 0.5 -y 0 > input.fsa.sc.orth
ERROR
sort: unrecognized option '--parallel=4'
Try `sort --help' for more information.
Traceback (most recent call last):
File "find_orth.py", line 446, in
f = open(qotsrt, 'r')
IOError: [Errno 2] No such file or directory: 'qry.fsa.sc.qOTs.txt.srt'
I had removed "--parallel" argument from sort command which is used in find_orth.py script
and re-run the pipeline, It had ran without any issue for time being.
But I would like to get confirmation regarding the effect of changes I had done and any suggest if there any other alternative solution to it.
Thanks & Regards,
Vijay N