Skip to content
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

[HMAS] update version to 1.2.1 #3

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Michal-Babins
Copy link

@Michal-Babins Michal-Babins commented Dec 20, 2024

This PR updates the following for HMAS and closes issue #2:

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:

File hmas_report = glob("OUT_v*/*report*.csv")[0]
File hmas_multiqc_html = glob("OUT_v*/multiqc_report*.html")[0]
File hmas_mqc_yaml = glob("OUT_v*/report_mqc.yaml")[0]
Array[File] hmas_final_fasta = glob("OUT_v*/*/*.final.unique.fasta")

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant