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
This code is pretty specific. It looks like most of the calls are to automatically populate metadata.
It would seem that the server rules would be a more appropriate place to trigger these rules to execute.
Here are the rules that are explicitly called.
rs.execBamCramMetadataRule(host, objPath, filePath); rs.execVCFMetadataRule(host, objPath, filePath); rs.execPopulateMetadataRule(host, objPath); rs.execImageRule(host, objPath, filePath); rs.execIlluminaMetadataRule(dgDestResc, targetPath, objPath); rs.execManifestFileRule(host, targetPath, objPath, filePath);
The text was updated successfully, but these errors were encountered:
Agreed. Torch it.
Sorry, something went wrong.
JustinKyleJames
No branches or pull requests
This code is pretty specific. It looks like most of the calls are to automatically populate metadata.
It would seem that the server rules would be a more appropriate place to trigger these rules to execute.
Here are the rules that are explicitly called.
The text was updated successfully, but these errors were encountered: