Closed thiagogenez closed 3 years ago
Hi Thiago,
Thank you for pointing out this issue. I have fixed it in the latest commit. The files *.err
, .segments
, *.plus.*
, and *.minus.*
are not generated if there is no alignment between the 2 sequences.
Hope this helps!
Sneha
Thank you @gsneha26 for your reply. Cool. I will pull your lastest commit and check it out =)
Cheers, Thiago
Some basic file commands such as
grep
andrm
in therun_segalign
script are called without checking if the input files exist. As a result, the script crash and Cactus execution fail (attached below).I was wondering with the files named with
.err
,.segments
, [`.plus.](https://github.com/gsneha26/SegAlign/blob/dfa1364d7e3199764477f60f0160abeed5bebb60/scripts/run_segalign#L150), and [
.minus.*](https://github.com/gsneha26/SegAlign/blob/dfa1364d7e3199764477f60f0160abeed5bebb60/scripts/run_segalign#L151) **must** be created every time the
segalign` script is called.[Update] The input
tmp2e_55g2q.tmp
andtmprx912f4d.tmp
files are available at https://www.dropbox.com/sh/9bf6o0tij7drafm/AACdWCSz6nkbW7hy6zbpDgeea?dl=0Cheers, Thiago