Skip to content

Commit

Permalink
move shebang to be first line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed May 2, 2021
1 parent 82727a3 commit e5bfc2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/battenberg/1.2/src/reference_correction.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/python


##### ATTRIBUTION #####


Expand All @@ -7,7 +10,6 @@
# Replaces the placeholder value in the impute_info.txt with the correct path
# where the reference files downloaded are stored.

#!/usr/bin/env Python script
#
# Usage:
# python <path/to/src_dir>/reference_correction.py <genome_wildcard>
Expand Down

0 comments on commit e5bfc2f

Please sign in to comment.