This pull request will convert the script array/SNPArray/jobSubmission/runFormatting1000G.sh to one that uses SLURM. Although this clearly doesn't matter as we haven't used this script in years, it's still nice to have consistency in the repository.
If this script is no longer being used, we can also delete it if needs be. The code doesn't actually even work as the Misc directory has been renamed. If we do want to keep this script, I can update these paths as well in a separate PR.
Issue ticket number
This pull request is to address issue: #161.
Type of pull request
[ ] Bug fix
[ ] New feature/enhancement
[x] Code refactor
[ ] Documentation update
Checklist
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have tested my code to check that it is functional
[x] I have used linters to check for common sources of errors
[x] I have implemented fail safes in my code to account for edge cases
[ ] I have made the corresponding changes to the documentation
Description
This pull request will convert the script
array/SNPArray/jobSubmission/runFormatting1000G.sh
to one that uses SLURM. Although this clearly doesn't matter as we haven't used this script in years, it's still nice to have consistency in the repository.If this script is no longer being used, we can also delete it if needs be. The code doesn't actually even work as the
Misc
directory has been renamed. If we do want to keep this script, I can update these paths as well in a separate PR.Issue ticket number
This pull request is to address issue: #161.
Type of pull request
Checklist