Skip to content

Commit 3eb6433

Browse files
committed
Corrected another paired-end related bug.
1 parent 0f1fd8d commit 3eb6433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4Pipe4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def StartUp():
112112
else:
113113
quit(basefile + " already exists. Please deal with it \
114114
before proceeding.")
115-
else:
115+
elif len(input_file) == 1:
116116
os.symlink(inputs, arg.outfile + ".fastq")
117117

118118

0 commit comments

Comments
 (0)