Skip to content

Commit

Permalink
Use python3 throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanheus committed Oct 26, 2022
1 parent b0adeb8 commit 99e827e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/metaeuk_to_regions.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outputs:
glob: proteins*.txt

baseCommand:
- python
- python3

hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion tools/process_spaln_output.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outputs:
glob: spaln_out.gff3

baseCommand:
- python
- python3

hints:
DockerRequirement:
Expand Down
1 change: 1 addition & 0 deletions tools/process_spaln_output.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import print_function, division
from operator import itemgetter
import re
Expand Down

0 comments on commit 99e827e

Please sign in to comment.