Skip to content

Commit

Permalink
Merge pull request #33 from martin-steinegger/master
Browse files Browse the repository at this point in the history
Fix shebang line
  • Loading branch information
jenniferlu717 authored Mar 20, 2021
2 parents fb1fcc4 + ff29ebc commit 880254f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions DiversityTools/alpha_diversity.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
import os, sys, argparse
import math

Expand Down
2 changes: 1 addition & 1 deletion DiversityTools/beta_diversity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
################################################################
#bray_curtis.py takes multiple reports of classifications or
#abundances and calculates a matrix of bray-curtis dissimilarity
Expand Down
2 changes: 1 addition & 1 deletion combine_mpa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
####################################################################
#combine_mpa.py converts multiple outputs from kreport2mpa.py
#Copyright (C) 2020 Jennifer Lu, [email protected]
Expand Down
2 changes: 1 addition & 1 deletion kreport2mpa.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python
####################################################################
#kreport2mpa.py converts a Kraken-style report into mpa [MetaPhlAn) format
#Copyright (C) 2017-2020 Jennifer Lu, [email protected]
Expand Down

0 comments on commit 880254f

Please sign in to comment.