thegenemyers / DALIGNER

Find all significant local alignments between reads
Other
138 stars 61 forks source link

HPC.daligner -d option cleanup #59

Closed gt1 closed 7 years ago

gt1 commented 7 years ago

Using the -d option of HPC.daligner the program outputs a section containing sequences like

cd dir rm files cd ..

which is not consistent with the semantics that every line of a section can be executed in parallel to get the same result as when running the lines sequentially.

I would suggest to replace this by

cd dir ; rm files ; cd ..

thegenemyers commented 7 years ago

I assumed one would never execute that section on the cluster, but rather serially on the file server. But you are right in that in so doing I abandoned a property I had asserted in the documentation. So I changed it as per your suggestion, so the property remains true. Thanks, Gene

On 4/6/17, 10:45 AM, German Tischler wrote:

Using the -d option of HPC.daligner the program outputs a section containing sequences like

cd dir rm files cd ..

which is not consistent with the semantics that every line of a section can be executed in parallel to get the same result as when running the lines sequentially.

I would suggest to replace this by

cd dir ; rm files ; cd ..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thegenemyers/DALIGNER/issues/59, or mute the thread https://github.com/notifications/unsubscribe-auth/AGkkNpRxEUFG88vdNgnJx8iQN0hfs9rRks5rtKYRgaJpZM4M1SjR.