Commit 1850e61 JLTrincado
committed
1 parent 2eeae68 commit 1850e61 Copy full SHA for 1850e61
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ def main():
215
215
# Save all the combinations of the exons in a separate file
216
216
outFile2 = open (output_path + ".paths" , 'w' )
217
217
for element in paths_list :
218
- header_id = ">Transcript_" + str (i )
218
+ header_id = ">Transcript_" + str (i ) + ":" + strand
219
219
outFile2 .write (header_id + ": " + str (element ) + "\n " )
220
220
full_seq = ""
221
221
for x in element :
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def main():
214
214
# Save all the combinations of the exons in a separate file
215
215
outFile2 = open (output_path + ".paths" , 'w' )
216
216
for element in paths_list :
217
- header_id = ">Transcript_" + str (i )
217
+ header_id = ">Transcript_" + str (i ) + ":" + strand
218
218
outFile2 .write (header_id + ": " + str (element ) + "\n " )
219
219
full_seq = ""
220
220
for x in element :
You can’t perform that action at this time.
0 commit comments