Skip to content

Commit

Permalink
Merge pull request #452 from nf-core/python3
Browse files Browse the repository at this point in the history
Python3 tag is mandatory on some large scale cluster: local changes
  • Loading branch information
rannick authored Nov 29, 2023
2 parents 754d7c6 + 1c86d07 commit 456d612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- python3 explicit in vcf_collect [#452](https://github.com/nf-core/rnafusion/pull/452)

### Fixed

- software-version.yml and in general version track-keeping was incomplete [#451](https://github.com/nf-core/rnafusion/pull/451)
Expand Down
2 changes: 1 addition & 1 deletion bin/vcf_collect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import argparse
import logging
Expand Down

0 comments on commit 456d612

Please sign in to comment.