We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For now we have :
a robocopy script mirroring MS .raw file from the MS computer to a network drive (https://github.com/mapp-metabolomics-unit/ms-files-mirroring/blob/main/src/backup.ps1) This script is launched through Windows TaskScheduler.
a bash script launching Proteowizzard msconvert in a Docker (https://github.com/mapp-metabolomics-unit/msconvert-launcher/blob/main/src/launcher.sh) This second script is launched via a cronjob */1 * * * * /git_repos/msconvert-launcher/src/launcher.sh
*/1 * * * * /git_repos/msconvert-launcher/src/launcher.sh
Peek in https://github.com/compomics/ThermoRawFileParser (however this will handle only Thermo generated MS files) and Proteowizzard Native Linux scripts (https://github.com/ProteoWizard/pwiz)
The text was updated successfully, but these errors were encountered:
michael-jopiti
No branches or pull requests
For now we have :
a robocopy script mirroring MS .raw file from the MS computer to a network drive (https://github.com/mapp-metabolomics-unit/ms-files-mirroring/blob/main/src/backup.ps1)
This script is launched through Windows TaskScheduler.
a bash script launching Proteowizzard msconvert in a Docker (https://github.com/mapp-metabolomics-unit/msconvert-launcher/blob/main/src/launcher.sh)
This second script is launched via a cronjob
*/1 * * * * /git_repos/msconvert-launcher/src/launcher.sh
Peek in https://github.com/compomics/ThermoRawFileParser (however this will handle only Thermo generated MS files) and Proteowizzard Native Linux scripts (https://github.com/ProteoWizard/pwiz)
The text was updated successfully, but these errors were encountered: