Commit f9a0067 JLTrincado
committed
1 parent 7feaf07 commit f9a0067 Copy full SHA for f9a0067
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
33
def main ():
34
34
try :
35
35
36
- # orfs_path = sys.argv[1]
37
- # transcripts_paths = sys.argv[2]
38
- # output_path = sys.argv[3]
39
-
40
- orfs_path = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_possible_ORFs_refseq.fa"
41
- transcripts_paths = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_possible_transcripts_refseq.fa.paths"
42
- output_path = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_evaluated_refseq.paths"
36
+ orfs_path = sys .argv [1 ]
37
+ transcripts_paths = sys .argv [2 ]
38
+ output_path = sys .argv [3 ]
39
+ #
40
+ # orfs_path = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_possible_ORFs_refseq.fa"
41
+ # transcripts_paths = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_possible_transcripts_refseq.fa.paths"
42
+ # output_path = "/home/shinoda/Desktop/Florida/annotation/MBNL1_TEST/MBNL3_evaluated_refseq.paths"
43
43
44
44
# 1. Extract just the first ORF (the longest) from each transcript
45
45
outFile = open (orfs_path + ".unique" , 'w' )
You can’t perform that action at this time.
0 commit comments