Skip to content
Snippets Groups Projects
Commit 15801496 authored by Jan Kosinski's avatar Jan Kosinski
Browse files

Add #!/usr/bin/python to scripts

parent 55b9b0ff
No related branches found
Tags v1.0
No related merge requests found
Showing
with 20 additions and 0 deletions
#!/usr/bin/python
from optparse import OptionParser
from pyxlinks import XlinksSet
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
import sys
import os
from optparse import OptionParser
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
'''
Based on:
* http://www2.warwick.ac.uk/fac/sci/moac/people/students/peter_cock/python/protein_contact_map/
......
#!/usr/bin/python
from optparse import OptionParser
from pyxlinks import XlinksSet
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
from optparse import OptionParser
from pyxlinks import XlinksSet
......
#!/usr/bin/python
from optparse import OptionParser
from pyxlinks import XlinksSet
......
#!/usr/bin/python
from optparse import OptionParser
from collections import defaultdict
import os
......
#!/usr/bin/python
import re
import json
from optparse import OptionParser
......
#!/usr/bin/python
import re
import json
from optparse import OptionParser
......
#!/usr/bin/python
import sys
import os
import csv
......
#!/usr/bin/python
import os
import csv
from optparse import OptionParser
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
#!/usr/bin/python
import os
import csv
from optparse import OptionParser
......
#!/usr/bin/python
import sys
from optparse import OptionParser
......
#!/usr/bin/python
from optparse import OptionParser
import pyxlinks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment