Skip to content

Commit

Permalink
Add shebangs to some Python utility scripts
Browse files Browse the repository at this point in the history
... and make them executable.
  • Loading branch information
marcelm committed Oct 30, 2019
1 parent 16ca66c commit 0ece7a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions utilities/HiC_repair.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Oct 28 14:28:16 2015
Expand Down
Empty file modified utilities/LinkFragments.py
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions utilities/calculate_haplotype_statistics.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

from __future__ import print_function
# test
# Author : Peter Edge
Expand Down
2 changes: 2 additions & 0 deletions utilities/prune_haplotype.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import argparse
import sys

Expand Down

0 comments on commit 0ece7a1

Please sign in to comment.