Skip to content

Commit

Permalink
Update base_changer2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samlipworth authored Aug 2, 2017
1 parent b7f5db8 commit 114a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_changer2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
script, ref, subs, outfile = argv
out = open(outfile, 'wb')
seq_string = []
user_descrip="Please describe what you are doing: "
user_descrip=raw_input("Give the file a description: ")
with open(ref, "r") as infile:
for k, line in enumerate(infile):

Expand Down

0 comments on commit 114a525

Please sign in to comment.