Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMetFragCLI using arguments #37
Open
Comments
The parameter file is the only way for now due to the complexity of options, the file I/O is not usually the big time limitation, this is rather either at the candidate retrieval stage (depending on database) or fragmentation, not inputs. |
One way to speed up parameter file generation would be to create them |
@MaliRemorker something to ponder - at least whether simple MetFrag settings could be passed direct to the CL at some stage? |
Or, just any metfrag settings, by giving a template file as an argument?
Sent from ProtonMail mobile
…-------- Original Message --------
On 5 May 2020, 09:59, Emma Schymanski wrote:
[@MaliRemorker](https://github.com/MaliRemorker) something to ponder - at least whether simple MetFrag settings could be passed direct to the CL at some stage?
—
You are receiving this because you were mentioned.
Reply to this email directly, [view it on GitHub](#37 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AJMCK5WYVQZ7A4TIYG3PDY3RP7BNBANCNFSM4MZCVKAA).
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cjhjhj commentedMay 4, 2020
Hi there,
I am trying to apply MetFragCLI to multiple spectra (> 1,000). The generation and I/O of > 1,000 parameter files may take too much time and computational resources. Could you please let me know any good way of using MetFragCLI with arguments instead of a parameter file?
Thanks.