-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSA Compression #73
Comments
when compressing using a separate module, most compression tools will automatically delete the input file. |
The compression step is actually happening on the alignment outputs files. So it happens before the evaluate. It is a skipable step. And if it is run the files are actually saved as compressed. It should create a copy during compression because the un-compress version is actually passed to the evaluation step as that can not read compressed files. |
From the documentations i could scavenge FAMSA seems the only one able to compress the outptut using a flag. FAMSA: Option for compressing output aligment to gzip (-gz switch). Might need to look at the help page for each program while implementing. NB. could not find any documentation for MTMalign stand alone version. |
Yes, MTMalign has neither documentation nor a publicly accessible source code repository. On the plus side, at least it compiles on my machine ^^. |
I would not overcomplicate things now. In any case, multipackage containers are doable https://github.com/BioContainers/multi-package-containers But for now, I would build a clean and functional pipeline first. Then we can polish these things once we have everything else in place :) |
Branch where I am updating the modules to produce compressed output: |
Closed by #124 |
Tracking issue for the MSA compression in this pipeline.
Tasks
The text was updated successfully, but these errors were encountered: