-
Notifications
You must be signed in to change notification settings - Fork 4
Concurrent Runs / Run while data files are being uploaded #58
Copy link
Copy link
Open
Description
- The
autoprocess.pyscript sometimes runs twice resulting in duplicate *.mapped.csv and *.coverage.csv files. This occurs because another instance ofautoprocess.pystarts before the first instance terminates. - The script starts while data files are being uploaded resulting in the following error:
ERROR: Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/cutadapt-1.18-py3.6-linux-x86_64.egg/cutadapt/pipeline.py", line 399, in reader_process
for chunk_index, (chunk1, chunk2) in enumerate(read_paired_chunks(f, f2, buffer_size)):
File "/usr/local/lib/python3.6/dist-packages/cutadapt-1.18-py3.6-linux-x86_64.egg/cutadapt/seqio.py", line 890, in read_paired_chunks
bufend2 = f2.readinto(memoryview(buf2)[start2:]) + start2
File "/usr/lib/python3.6/gzip.py", line 276, in read
return self._buffer.read(size)
File "/usr/lib/python3.6/_compression.py", line 68, in readinto
data = self.read(len(byte_view))
File "/usr/lib/python3.6/gzip.py", line 482, in read
raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reachedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels