Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve usability #118

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions RE_sites.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python2

import re
import sys
Expand Down
2 changes: 2 additions & 0 deletions alignments2txt.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import os,sys
import argparse
import pickle
Expand Down
Empty file modified break_contigs.cpp
100755 → 100644
Empty file.
Empty file modified break_contigs_start.cpp
100755 → 100644
Empty file.
Empty file modified cmdline.h
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions correct.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import sys

#reads input assembly, breakpoints given by the method and outputs new contig file with lengths
Expand Down
Empty file modified correct_links.cpp
100755 → 100644
Empty file.
4 changes: 3 additions & 1 deletion fast_scaled_scores.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import networkx as nx
import sys
import argparse
Expand Down Expand Up @@ -86,4 +88,4 @@ def get_max_weight(start,end):
#print str(u)+'\t'+str(v)+'\t'+str(w)+'\t'+str(bestAlt)+'\t'+str(w/bestAlt)+'\t'+str("FALSE")+'\t'+str("FALSE")+'\t'+str("FALSE")
#print "%s %s %f %f %f %d %s %s"%(u, v, d, bestAlt, d/bestAlt, G[u][v]['links'],G[u][v]['isNeighbor'], G[u][v]['isGood'])
ofile.close()
f1.close()
f1.close()
2 changes: 2 additions & 0 deletions get_seq.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import pickle
import argparse

Expand Down
2 changes: 2 additions & 0 deletions layout_unitigs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import networkx as nx
import sys
import operator
Expand Down
2 changes: 2 additions & 0 deletions make_links.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import operator
import math
import sys
Expand Down
2 changes: 2 additions & 0 deletions refactor_breaks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import os,sys
import argparse
import pickle
Expand Down
2 changes: 2 additions & 0 deletions run_pipeline.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import os
import stat
import argparse
Expand Down
2 changes: 2 additions & 0 deletions stitch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python2

import argparse,pickle

parser = argparse.ArgumentParser()
Expand Down