Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the following for HMAS and closes issue #2:
These are consistent with HMAS versions found here:
https://github.com/ncezid-biome/HMAS-QC-Pipeline2/blob/main/bin/hmas.yaml
The following outputs are changed as well, this is due to how version 1.2.1 fuses the --outdir prefix with the version and timestamp, so outputs are now collected as the following:
The changes were tested against HMAS_sample datatable and the run can be found here on terra
The version change will also have the report in a pattern as such:
report_v1.2.1_$(date '+%Y%m%d_%H%M%S').csv
Example:
report_v1.2.1_20241220_182041.csv
Before in v1.2.0 the report was simply
report.csv
,Testing
User can repeat the test above and test with other data. I tested with the only HMAS test data I could find.