aws-ia / cfn-ps-illumina-dragen

Apache License 2.0
2 stars 7 forks source link

Fix various bugs in dragen_qs.py that keep jobs from running properly #34

Open kuanyili opened 9 months ago

kuanyili commented 9 months ago

Fix redirection in dragen_qs.py

As the script uses redirection operator in commands, keep shell around to properly support that. (Job fails otherwise.)

Fix bogus input file issue

Downloader won't actually download if there is already a file with the same name and size at the local, however, the content could be totally different.

Clean up the input directory first to address this issue.

Fixes: #35