Skip to content

Commit

Permalink
Replace hash-bang lines with /usr/bin/env for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Mar 14, 2015
1 parent 018c661 commit 33bfabf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions python/allelebayes.py
@@ -1,3 +1,5 @@
#!/usr/bin/env python

# calculates data likelihoods for sets of alleles

import multiset
Expand Down
2 changes: 1 addition & 1 deletion python/multiset.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
multiset.py -- non-recursive n multichoose k and
Expand Down
2 changes: 1 addition & 1 deletion scripts/fasta_generate_regions.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sys

Expand Down
2 changes: 1 addition & 1 deletion scripts/sam_add_rg.pl
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#


Expand Down

0 comments on commit 33bfabf

Please sign in to comment.