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

Improve hpc utils #13

Merged
merged 7 commits into from
Mar 5, 2024
Merged

Improve hpc utils #13

merged 7 commits into from
Mar 5, 2024

Conversation

MehmedGIT
Copy link
Collaborator

Improvements:

  • HPC (sbatch) job checks the Nextflow workflow exit status code to prevent false positives (i.e., the nextflow workflow fails, but no errors are raise)
  • Always create new SFTP connections instead of checking the connectivity of the transport layer. The latter leads to false positives which leads to transfer connections failing to submit files to the HPC environment and failing the workers.
  • Batch script readability increased

@MehmedGIT MehmedGIT closed this Mar 5, 2024
@MehmedGIT MehmedGIT reopened this Mar 5, 2024
@MehmedGIT MehmedGIT merged commit c8708eb into main Mar 5, 2024
15 of 16 checks passed
@MehmedGIT MehmedGIT deleted the improve-hpc-utils branch March 5, 2024 13:30
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