Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions analysis/scripts/chromosomeMutator.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python2

def chromosomeMutator(chromosome,heterozygosity):
import random
A="CGT"
Expand Down
2 changes: 1 addition & 1 deletion analysis/scripts/parameteranalysis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python2
#Given a reference sequence, introduce a given rate of heterozygosity and create Illumina reads based on the wanted coverage level, readlength, and read duplication level.

#!/usr/bin/python
import os
import os.path
import gzip
Expand Down
2 changes: 1 addition & 1 deletion analysis/scripts/run_jelly.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
import os
import os.path
import sys
Expand Down