dereneaton / ipyrad

Interactive assembly and analysis of RAD-seq data sets
http://ipyrad.readthedocs.io
GNU General Public License v3.0
72 stars 40 forks source link

Encounter an Error while sorting reads #395

Closed wpearman1996 closed 4 years ago

wpearman1996 commented 4 years ago

Hi there, I just created a new miniconda environment and installed ipyrad. I ran the following command: ipyrad -p params-isopod.txt -s 123456 -f And had the following output:

Warning: technical replicates (same name) present.

 -------------------------------------------------------------
  ipyrad [v.0.9.40]
  Interactive assembly and analysis of RAD-seq data
 -------------------------------------------------------------
  Parallel connection | gru: 56 cores

  Step 1: Demultiplexing fastq data to Samples
  Warning: technical replicates (same name) present.
  [####################] 100% 0:17:14 | chunking large files
  [#########           ]  46% 0:43:26 | sorting reads
  Encountered an Error.
  Message: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb8 in position 1: invalid start byte
Error: ipcluster shutdown and must be restarted

^CTraceback (most recent call last):
  File "/home/william/miniconda3/bin/ipyrad", line 10, in <module>
    sys.exit(main())
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyrad/__main__.py", line 598, in main
    CLI()
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyrad/__main__.py", line 75, in __init__
    self.run()
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyrad/__main__.py", line 520, in run
    pool.wrap_run()
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyrad/core/Parallel.py", line 345, in wrap_run
    self.cleanup()
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyrad/core/Parallel.py", line 382, in cleanup
    self.ipyclient.shutdown(hub=True, block=False)
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyparallel/client/client.py", line 1312, in shutdown
    f.wait()
  File "/home/william/miniconda3/lib/python3.7/site-packages/ipyparallel/client/futures.py", line 28, in wait
    return self._evt.wait(timeout)
  File "/home/william/miniconda3/lib/python3.7/threading.py", line 552, in wait
    signaled = self._cond.wait(timeout)
  File "/home/william/miniconda3/lib/python3.7/threading.py", line 296, in wait
    waiter.acquire()
KeyboardInterrupt

I have attached my parameter file below. i am running ubuntu 16.04. Using a new miniconda installation following the instructions set out on the readthedocs page for ipyrad. params-isopod.txt

Any idea what's going wrong? I'm not sure where to start looking to find the file with the error, let alone how to fix this.

wpearman1996 commented 4 years ago

I've repeated the same command a few times, including the -d for debug, it always occurs at the same point. but doesn't generate a log file - so can't get more details.

isaacovercast commented 4 years ago

It looks like a bad character in the raw data file. Tricky to debug remotely. Can you wetransfer me the raw data file? It would be simplest if I could look at the data.

isaacovercast commented 4 years ago

If it helps, the bad unicode character is: ¸ (it's not a comma). My guess is if there's one there will be many more. It might help to know if this is in the read name, the sequence string, or the quality string. This step has been bulletproof for a long time, so i'm guessing something is up with your data. Where did it come from? What sequencing instrument? Can you zcat | head -n 20 and paste in the first 20 lines so i can take a look?

wpearman1996 commented 4 years ago

Thanks! I managed to figure out what had happened - looks like one of the fastqs got corrupted at some point (maybe during decompression) - regardless, once i fixed that, it seemed to progress through fine.

isaacovercast commented 4 years ago

Cool, thanks for letting us know. Good luck with the rest of the assembly.

On Mon, Feb 17, 2020 at 9:48 PM wpearman1996 notifications@github.com wrote:

Closed #395 https://github.com/dereneaton/ipyrad/issues/395.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/dereneaton/ipyrad/issues/395?email_source=notifications&email_token=ABNSXP6VVNSLDS2DYXVZEW3RDLZ2NA5CNFSM4KWL6KA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWV7KXTQ#event-3044977614, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNSXPZM7L4PGKOWKNWFNSTRDLZ2NANCNFSM4KWL6KAQ .

alexkrohn commented 2 years ago

Hi there. I'm also getting this error. Can you explain a bit more how you debugged it?

This occurred for me on the building clusters part of Step 3. (The fifth time Step 3 has failed for various reasons after 6 days of computing 😿 )

@isaacovercast how did you find that the ¸ symbol was the culprit?

@wpearman1996 how did you determine a FASTQ was corrupted?

isaacovercast commented 2 years ago

@alexkrohn Can you post the full output of the ipyrad run from the command line so I can see all the error text and the progress in step 3?

If you made it through step 2, then it's probably a different problem. A corrupt fastq file would have been identified during step 2.

alexkrohn commented 2 years ago

Screen Shot 2022-01-10 at 9 31 10 AM

Checked hard drive space (2.1 T still remaining), and verified that no samples are ready for step 4. Apologies for the cutoff screenshot -- the final line just says "Parallel connection closed" as usual. Nothing else after that.

isaacovercast commented 2 years ago

Well the symbol it doesn't like is the 'degree symbol': https://www.compart.com/en/unicode/U+00B0, but that doesn't really help because it feels like a corrupt file, no reason a random degree symbol would sneak in there somehow. Can you show me the contents of your project directory and also the _clust directory inside the project directory? Use ls -ltr. The output could be extensive, but that's fine. If you can copy/paste rather than screenshot that would be great too.

alexkrohn commented 2 years ago

Project directory:

total 373
drwxrwxrwx 1 root  24576 Dec 22 11:12 raw/
-rwxrwxrwx 1 root   3215 Dec 27 12:16 params-just-alabam-and-beyeri.txt*
-rwxrwxrwx 1 root    326 Dec 27 12:17 notes.txt*
-rwxrwxrwx 1 root    944 Dec 27 12:55 app-cottontails-3rad_s1_demultiplex_stats.txt*
drwxrwxrwx 1 root  20480 Dec 27 17:10 app-cottontails-3rad_edits/
-rwxrwxrwx 1 root 175502 Dec 27 17:10 app-cottontails-3rad.json*
drwxrwxrwx 1 root  36864 Jan  3 04:55 app-cottontails-3rad_clust_0.85/
drwxrwxrwx 1 root 114688 Jan 10 05:10 app-cottontails-3rad-tmpalign/

Output of *_clust_0.85 directory

-rwxrwxrwx 1 root  181005150 Jan  6 15:07 SO399001.htemp*
-rwxrwxrwx 1 root  425084883 Jan  6 15:07 SO399001.utemp*
-rwxrwxrwx 1 root  425084883 Jan  6 15:08 SO399001.utemp.sort*
-rwxrwxrwx 1 root 1431502905 Jan  6 15:10 SO399001.clust.txt*
-rwxrwxrwx 1 root  175605354 Jan  6 15:20 SO421001.htemp*
-rwxrwxrwx 1 root  497848591 Jan  6 15:20 SO421001.utemp*
-rwxrwxrwx 1 root  497848591 Jan  6 15:21 SO421001.utemp.sort*
-rwxrwxrwx 1 root  176489915 Jan  6 15:22 SO385001.htemp*
-rwxrwxrwx 1 root  423020222 Jan  6 15:22 SO385001.utemp*
-rwxrwxrwx 1 root  423020222 Jan  6 15:24 SO385001.utemp.sort*
-rwxrwxrwx 1 root 1635180065 Jan  6 15:26 SO421001.clust.txt*
-rwxrwxrwx 1 root 1418059786 Jan  6 15:26 SO385001.clust.txt*
-rwxrwxrwx 1 root   44234104 Jan  6 17:28 SO397001.htemp*
-rwxrwxrwx 1 root   38716294 Jan  6 17:28 SO397001.utemp*
-rwxrwxrwx 1 root   38716294 Jan  6 17:29 SO397001.utemp.sort*
-rwxrwxrwx 1 root  163419113 Jan  6 17:29 SO397001.clust.txt*
-rwxrwxrwx 1 root  190572608 Jan  6 18:50 SO366001.htemp*
-rwxrwxrwx 1 root  407503231 Jan  6 18:50 SO366001.utemp*
-rwxrwxrwx 1 root  407503231 Jan  6 18:51 SO366001.utemp.sort*
-rwxrwxrwx 1 root 1373239426 Jan  6 18:53 SO366001.clust.txt*
-rwxrwxrwx 1 root  201261544 Jan  6 19:48 SO373001.htemp*
-rwxrwxrwx 1 root  519414840 Jan  6 19:48 SO373001.utemp*
-rwxrwxrwx 1 root  519414840 Jan  6 19:49 SO373001.utemp.sort*
-rwxrwxrwx 1 root 1706520652 Jan  6 19:51 SO373001.clust.txt*
-rwxrwxrwx 1 root  201731209 Jan  6 22:29 SO374001.htemp*
-rwxrwxrwx 1 root  522560275 Jan  6 22:29 SO374001.utemp*
-rwxrwxrwx 1 root  522560275 Jan  6 22:31 SO374001.utemp.sort*
-rwxrwxrwx 1 root 1715735111 Jan  6 22:33 SO374001.clust.txt*
-rwxrwxrwx 1 root  209260107 Jan  6 23:27 SO412001.htemp*
-rwxrwxrwx 1 root  411029567 Jan  6 23:27 SO412001.utemp*
-rwxrwxrwx 1 root  411029567 Jan  6 23:28 SO412001.utemp.sort*
-rwxrwxrwx 1 root 1409548155 Jan  6 23:30 SO412001.clust.txt*
-rwxrwxrwx 1 root   91704808 Jan  7 00:55 SO60001.htemp*
-rwxrwxrwx 1 root  216003671 Jan  7 00:55 SO60001.utemp*
-rwxrwxrwx 1 root  216003671 Jan  7 00:56 SO60001.utemp.sort*
-rwxrwxrwx 1 root  673013316 Jan  7 00:57 SO60001.clust.txt*
-rwxrwxrwx 1 root  202747472 Jan  7 01:17 SO379001.htemp*
-rwxrwxrwx 1 root  544225358 Jan  7 01:17 SO379001.utemp*
-rwxrwxrwx 1 root          0 Jan  7 01:17 SO379001.clust.txt*
-rwxrwxrwx 1 root  544225358 Jan  7 01:18 SO379001.utemp.sort*
-rwxrwxrwx 1 root  214754164 Jan  7 03:01 SO376001.htemp*
-rwxrwxrwx 1 root  501260356 Jan  7 03:01 SO376001.utemp*
-rwxrwxrwx 1 root  501260356 Jan  7 03:02 SO376001.utemp.sort*
-rwxrwxrwx 1 root 1681373052 Jan  7 03:04 SO376001.clust.txt*
-rwxrwxrwx 1 root  220358361 Jan  7 06:15 SO394001.htemp*
-rwxrwxrwx 1 root  511417603 Jan  7 06:15 SO394001.utemp*
-rwxrwxrwx 1 root  511417603 Jan  7 06:16 SO394001.utemp.sort*
-rwxrwxrwx 1 root 1704495339 Jan  7 06:19 SO394001.clust.txt*
-rwxrwxrwx 1 root  151502736 Jan  7 17:07 SO423001.htemp*
-rwxrwxrwx 1 root  398915299 Jan  7 17:07 SO423001.utemp*
-rwxrwxrwx 1 root  398915299 Jan  7 17:08 SO423001.utemp.sort*
-rwxrwxrwx 1 root 1335436568 Jan  7 17:10 SO423001.clust.txt*
-rwxrwxrwx 1 root  176841320 Jan  7 21:34 SO382001.htemp*
-rwxrwxrwx 1 root  437708084 Jan  7 21:34 SO382001.utemp*
-rwxrwxrwx 1 root  437708084 Jan  7 21:36 SO382001.utemp.sort*
-rwxrwxrwx 1 root 1457190078 Jan  7 21:38 SO382001.clust.txt*
-rwxrwxrwx 1 root  165763728 Jan  7 23:46 SO422001.htemp*
-rwxrwxrwx 1 root  392709326 Jan  7 23:46 SO422001.utemp*
-rwxrwxrwx 1 root  392709326 Jan  7 23:46 SO422001.utemp.sort*
-rwxrwxrwx 1 root 1331529778 Jan  7 23:48 SO422001.clust.txt*
-rwxrwxrwx 1 root  138206818 Jan  8 00:45 SO424001.htemp*
-rwxrwxrwx 1 root  375380308 Jan  8 00:45 SO424001.utemp*
-rwxrwxrwx 1 root  375380308 Jan  8 00:45 SO424001.utemp*
-rwxrwxrwx 1 root  375380308 Jan  8 00:47 SO424001.utemp.sort*
-rwxrwxrwx 1 root 1253962742 Jan  8 00:48 SO424001.clust.txt*
-rwxrwxrwx 1 root  178126936 Jan  8 00:58 SO409001.htemp*
-rwxrwxrwx 1 root  404925627 Jan  8 00:58 SO409001.utemp*
-rwxrwxrwx 1 root  404925627 Jan  8 00:59 SO409001.utemp.sort*
-rwxrwxrwx 1 root 1368696224 Jan  8 01:01 SO409001.clust.txt*
-rwxrwxrwx 1 root  100550868 Jan  8 03:24 SO54b001.htemp*
-rwxrwxrwx 1 root  223613723 Jan  8 03:24 SO54b001.utemp*
-rwxrwxrwx 1 root  223613723 Jan  8 03:25 SO54b001.utemp.sort*
-rwxrwxrwx 1 root  718446225 Jan  8 03:26 SO54b001.clust.txt*
-rwxrwxrwx 1 root  175072200 Jan  8 04:11 SO410001.htemp*
-rwxrwxrwx 1 root  393183303 Jan  8 04:11 SO410001.utemp*
-rwxrwxrwx 1 root  393183303 Jan  8 04:12 SO410001.utemp.sort*
-rwxrwxrwx 1 root 1346808094 Jan  8 04:14 SO410001.clust.txt*
-rwxrwxrwx 1 root  166027232 Jan  8 05:12 SO391001.htemp*
-rwxrwxrwx 1 root  400632795 Jan  8 05:12 SO391001.utemp*
-rwxrwxrwx 1 root  400632795 Jan  8 05:13 SO391001.utemp.sort*
-rwxrwxrwx 1 root 1354362846 Jan  8 05:15 SO391001.clust.txt*
-rwxrwxrwx 1 root  196083467 Jan  8 05:52 SO419001.htemp*
-rwxrwxrwx 1 root  430277427 Jan  8 05:52 SO419001.utemp*
-rwxrwxrwx 1 root  430277427 Jan  8 05:53 SO419001.utemp.sort*
-rwxrwxrwx 1 root 1471481590 Jan  8 05:55 SO419001.clust.txt*
-rwxrwxrwx 1 root  195216846 Jan  8 09:12 SO413001.htemp*
-rwxrwxrwx 1 root  358599323 Jan  8 09:12 SO413001.utemp*
-rwxrwxrwx 1 root  358599323 Jan  8 09:13 SO413001.utemp.sort*
-rwxrwxrwx 1 root 1200570486 Jan  8 09:15 SO413001.clust.txt*
-rwxrwxrwx 1 root  193890289 Jan  8 12:22 SO416001.htemp*
-rwxrwxrwx 1 root  410204910 Jan  8 12:22 SO416001.utemp*
-rwxrwxrwx 1 root  410204910 Jan  8 12:23 SO416001.utemp.sort*
-rwxrwxrwx 1 root 1388850589 Jan  8 12:25 SO416001.clust.txt*
-rwxrwxrwx 1 root  174533040 Jan  9 00:24 SO370001.htemp*
-rwxrwxrwx 1 root  365363188 Jan  9 00:24 SO370001.utemp*
-rwxrwxrwx 1 root  365363188 Jan  9 00:25 SO370001.utemp.sort*
-rwxrwxrwx 1 root 1233376799 Jan  9 00:27 SO370001.clust.txt*
-rwxrwxrwx 1 root  166380794 Jan  9 01:32 SO411001.htemp*
-rwxrwxrwx 1 root  362408253 Jan  9 01:32 SO411001.utemp*
-rwxrwxrwx 1 root  362408253 Jan  9 01:32 SO411001.utemp.sort*
-rwxrwxrwx 1 root 1240926934 Jan  9 01:34 SO411001.clust.txt*
-rwxrwxrwx 1 root  158299361 Jan  9 02:33 SO402001.htemp*
-rwxrwxrwx 1 root  334689603 Jan  9 02:33 SO402001.utemp*
-rwxrwxrwx 1 root  334689603 Jan  9 02:34 SO402001.utemp.sort*
-rwxrwxrwx 1 root 1138904919 Jan  9 02:36 SO402001.clust.txt*
-rwxrwxrwx 1 root  153894827 Jan  9 03:10 SO360001.htemp*
-rwxrwxrwx 1 root  320557898 Jan  9 03:10 SO360001.utemp*
-rwxrwxrwx 1 root  320557898 Jan  9 03:11 SO360001.utemp.sort*
-rwxrwxrwx 1 root 1099591585 Jan  9 03:12 SO360001.clust.txt*
-rwxrwxrwx 1 root  159451560 Jan  9 04:50 SO407001.htemp*
-rwxrwxrwx 1 root  324098732 Jan  9 04:50 SO407001.utemp*
-rwxrwxrwx 1 root  324098732 Jan  9 04:51 SO407001.utemp.sort*
-rwxrwxrwx 1 root 1123371976 Jan  9 04:53 SO407001.clust.txt*
-rwxrwxrwx 1 root  177112162 Jan  9 05:20 SO420001.htemp*
-rwxrwxrwx 1 root  375993804 Jan  9 05:20 SO420001.utemp*
-rwxrwxrwx 1 root  375993804 Jan  9 05:21 SO420001.utemp.sort*
-rwxrwxrwx 1 root 1278434476 Jan  9 05:23 SO420001.clust.txt*
-rwxrwxrwx 1 root  168894917 Jan  9 06:20 SO414001.htemp*
-rwxrwxrwx 1 root  350771595 Jan  9 06:20 SO414001.utemp*
-rwxrwxrwx 1 root  350771595 Jan  9 06:21 SO414001.utemp.sort*
-rwxrwxrwx 1 root 1207750347 Jan  9 06:23 SO414001.clust.txt*
-rwxrwxrwx 1 root  158277351 Jan  9 11:59 SO408001.htemp*
-rwxrwxrwx 1 root  317551665 Jan  9 11:59 SO408001.utemp*
-rwxrwxrwx 1 root  317551665 Jan  9 11:59 SO408001.utemp.sort*
-rwxrwxrwx 1 root 1100018867 Jan  9 12:01 SO408001.clust.txt*
-rwxrwxrwx 1 root   99263248 Jan  9 12:56 SO93001.htemp*
-rwxrwxrwx 1 root  224987151 Jan  9 12:56 SO93001.utemp*
-rwxrwxrwx 1 root  224987151 Jan  9 12:56 SO93001.utemp.sort*
-rwxrwxrwx 1 root  714856115 Jan  9 12:58 SO93001.clust.txt*
-rwxrwxrwx 1 root  197284965 Jan  9 15:08 SO417001.htemp*
-rwxrwxrwx 1 root  361786935 Jan  9 15:08 SO417001.utemp*
-rwxrwxrwx 1 root  361786935 Jan  9 15:09 SO417001.utemp.sort*
-rwxrwxrwx 1 root 1263650069 Jan  9 15:11 SO417001.clust.txt*
-rwxrwxrwx 1 root  190649860 Jan  9 17:34 SO418001.htemp*
-rwxrwxrwx 1 root  317578465 Jan  9 17:34 SO418001.utemp*
-rwxrwxrwx 1 root  317578465 Jan  9 17:35 SO418001.utemp.sort*
-rwxrwxrwx 1 root 1113573723 Jan  9 17:37 SO418001.clust.txt*
-rwxrwxrwx 1 root  135174346 Jan  9 22:15 SO363001.htemp*
-rwxrwxrwx 1 root  224730850 Jan  9 22:15 SO363001.utemp*
-rwxrwxrwx 1 root  224730850 Jan  9 22:15 SO363001.utemp.sort*
-rwxrwxrwx 1 root  790262161 Jan  9 22:16 SO363001.clust.txt*
-rwxrwxrwx 1 root  130198798 Jan  9 22:48 SO53001.htemp*
-rwxrwxrwx 1 root  288121348 Jan  9 22:48 SO53001.utemp*
-rwxrwxrwx 1 root  288121348 Jan  9 22:48 SO53001.utemp.sort*
-rwxrwxrwx 1 root  917773987 Jan  9 22:49 SO53001.clust.txt*
-rwxrwxrwx 1 root  141848990 Jan  9 23:05 SO227001.htemp*
-rwxrwxrwx 1 root  193213307 Jan  9 23:05 SO227001.utemp*
-rwxrwxrwx 1 root  193213307 Jan  9 23:06 SO227001.utemp.sort*
-rwxrwxrwx 1 root  703922653 Jan  9 23:07 SO227001.clust.txt*
-rwxrwxrwx 1 root  157369606 Jan  9 23:34 SO415001.htemp*
-rwxrwxrwx 1 root  313773552 Jan  9 23:34 SO415001.utemp*
-rwxrwxrwx 1 root  313773552 Jan  9 23:35 SO415001.utemp.sort*
-rwxrwxrwx 1 root 1078452034 Jan  9 23:36 SO415001.clust.txt*
-rwxrwxrwx 1 root  156825342 Jan 10 00:28 SO228T001.htemp*
-rwxrwxrwx 1 root  298999594 Jan 10 00:28 SO228T001.utemp*
-rwxrwxrwx 1 root  298999594 Jan 10 00:29 SO228T001.utemp.sort*
-rwxrwxrwx 1 root 1025189535 Jan 10 00:30 SO228T001.clust.txt*
-rwxrwxrwx 1 root  115683109 Jan 10 00:32 SO90001.htemp*
-rwxrwxrwx 1 root  257009824 Jan 10 00:32 SO90001.utemp*
-rwxrwxrwx 1 root  257009824 Jan 10 00:32 SO90001.utemp.sort*
-rwxrwxrwx 1 root  806771887 Jan 10 00:33 SO90001.clust.txt*
-rwxrwxrwx 1 root  122045532 Jan 10 02:22 SO96001.htemp*
-rwxrwxrwx 1 root  270200766 Jan 10 02:22 SO96001.utemp*
-rwxrwxrwx 1 root  270200766 Jan 10 02:23 SO96001.utemp.sort*
-rwxrwxrwx 1 root  862465352 Jan 10 02:25 SO96001.clust.txt*
-rwxrwxrwx 1 root  108212242 Jan 10 04:45 SO54a001.htemp*
-rwxrwxrwx 1 root  229932536 Jan 10 04:45 SO54a001.utemp*
-rwxrwxrwx 1 root  229932536 Jan 10 04:45 SO54a001.utemp.sort*
-rwxrwxrwx 1 root  735767141 Jan 10 04:46 SO54a001.clust.txt*
-rwxrwxrwx 1 root  123293746 Jan 10 05:08 SO89001.htemp*
-rwxrwxrwx 1 root  245313614 Jan 10 05:08 SO89001.utemp*
-rwxrwxrwx 1 root  245313614 Jan 10 05:08 SO89001.utemp.sort*
-rwxrwxrwx 1 root  789319540 Jan 10 05:09 SO89001.clust.txt*
-rwxrwxrwx 1 root  173853086 Jan 10 05:23 SO231T001.htemp*
-rwxrwxrwx 1 root  281309225 Jan 10 05:23 SO231T001.utemp*
-rwxrwxrwx 1 root  281309225 Jan 10 05:23 SO231T001.utemp.sort*
-rwxrwxrwx 1 root  977243497 Jan 10 05:25 SO231T001.clust.txt*
isaacovercast commented 2 years ago

Can I see this too ls -ltr app-cottontails-3rad-tmpalign?

isaacovercast commented 2 years ago

Here's a clue, zero sized cluster file:

-rwxrwxrwx 1 root  202747472 Jan  7 01:17 SO379001.htemp*
-rwxrwxrwx 1 root  544225358 Jan  7 01:17 SO379001.utemp*
-rwxrwxrwx 1 root          0 Jan  7 01:17 SO379001.clust.txt*

Can you wetransfer me the htemp and utemp files for that sample (S0379001)?

isaacovercast commented 2 years ago

Also, there should be a file called S0379001_derep.fa in the tmpalign directory, so if I can get that file too (wetransfer) that would be great.

alexkrohn commented 2 years ago

Sent the wetransfer files to your gmail.

I noticed that zero sized file too. I looked back through the edits folder and tried to grep the degree sign for any SO379001 files, but couldn't find any lines that had a degree sign in them...

Here's the tmpalign folder:

total 1067566384
-rwxrwxrwx 1 root root  5381950071 Jan  4 01:57 SO413001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5415510323 Jan  4 01:57 SO413001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6642132519 Jan  4 02:52 SO416001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6684697709 Jan  4 02:52 SO416001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6839050734 Jan  4 02:52 SO424001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6880310178 Jan  4 02:52 SO424001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7047153578 Jan  4 03:07 SO391001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7092074778 Jan  4 03:07 SO391001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7027608960 Jan  4 03:12 SO410001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7072014260 Jan  4 03:12 SO410001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6966597718 Jan  4 03:14 SO422001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7008333236 Jan  4 03:14 SO422001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7101049792 Jan  4 03:41 SO412001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7145461746 Jan  4 03:41 SO412001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7632012960 Jan  4 03:50 SO423001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7677961644 Jan  4 03:50 SO423001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7568695307 Jan  4 03:50 SO409001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7616276299 Jan  4 03:50 SO409001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7223445679 Jan  4 03:57 SO366001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7267142205 Jan  4 03:57 SO366001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7669626658 Jan  4 03:59 SO382001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7718333938 Jan  4 03:59 SO382001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7774479250 Jan  4 04:03 SO419001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7822520344 Jan  4 04:03 SO419001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7728606223 Jan  4 04:07 SO385001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7776875637 Jan  4 04:07 SO385001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  7849083290 Jan  4 04:21 SO399001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  7898427488 Jan  4 04:21 SO399001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  8560091028 Jan  4 05:33 SO376001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  8614398922 Jan  4 05:33 SO376001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  8808395561 Jan  4 05:51 SO394001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  8864263895 Jan  4 05:51 SO394001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  9258619196 Jan  4 06:09 SO421001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  9315065182 Jan  4 06:09 SO421001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  9346733589 Jan  4 06:36 SO374001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  9405707729 Jan  4 06:36 SO374001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  9075451585 Jan  4 06:40 SO373001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  9130453963 Jan  4 06:40 SO373001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  9810778586 Jan  4 06:49 SO379001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  9872651750 Jan  4 06:49 SO379001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  2156749136 Jan  4 09:14 SO90001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  2186844708 Jan  4 09:14 SO90001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  2341087584 Jan  4 09:16 SO53001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  2374767084 Jan  4 09:16 SO53001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  1746943760 Jan  4 09:20 SO54a001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  1774472104 Jan  4 09:20 SO54a001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  3773890830 Jan  4 09:26 SO363001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  3796460624 Jan  4 09:26 SO363001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  1875895495 Jan  4 09:29 SO89001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  1904190761 Jan  4 09:29 SO89001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  2096597645 Jan  4 09:38 SO96001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  2129321831 Jan  4 09:38 SO96001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  2955942880 Jan  4 09:43 SO227001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  2973700328 Jan  4 09:43 SO227001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root   567685509 Jan  4 10:04 SO397001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root   571248353 Jan  4 10:04 SO397001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5985602277 Jan  4 10:08 SO370001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6021801311 Jan  4 10:08 SO370001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  4316238607 Jan  4 10:11 SO231T001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  4342517383 Jan  4 10:11 SO231T001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  4881061226 Jan  4 10:25 SO418001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  4911721508 Jan  4 10:25 SO418001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5617768364 Jan  4 10:26 SO402001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5653341500 Jan  4 10:26 SO402001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  4901948872 Jan  4 10:30 SO228T001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  4931297488 Jan  4 10:30 SO228T001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5401514038 Jan  4 10:38 SO360001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5434303284 Jan  4 10:38 SO360001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5452635952 Jan  4 10:39 SO408001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5486636666 Jan  4 10:39 SO408001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5454484364 Jan  4 10:40 SO415001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5488096400 Jan  4 10:40 SO415001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6241903355 Jan  4 10:40 SO420001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6281074519 Jan  4 10:40 SO420001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  5700739937 Jan  4 10:40 SO407001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  5736464935 Jan  4 10:40 SO407001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6107761848 Jan  4 10:40 SO414001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6145666572 Jan  4 10:40 SO414001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6287667172 Jan  4 10:40 SO417001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6327293690 Jan  4 10:40 SO417001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  6225798356 Jan  4 10:41 SO411001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  6264951774 Jan  4 10:41 SO411001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  1814828062 Jan  4 10:43 SO54b001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  1842198392 Jan  4 10:43 SO54b001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  1824776679 Jan  4 10:43 SO93001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  1851063651 Jan  4 10:43 SO93001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root  1815010970 Jan  4 10:44 SO60001_nonmerged_R2_.fastq
-rwxrwxrwx 1 root root  1840495584 Jan  4 10:44 SO60001_nonmerged_R1_.fastq
-rwxrwxrwx 1 root root 11558619898 Jan  4 18:29 SO413001_merged.fastq
-rwxrwxrwx 1 root root 12677711448 Jan  4 20:19 SO416001_merged.fastq
-rwxrwxrwx 1 root root 12644192887 Jan  4 20:36 SO424001_merged.fastq
-rwxrwxrwx 1 root root 13232954205 Jan  4 20:47 SO422001_merged.fastq
-rwxrwxrwx 1 root root 13159296321 Jan  4 20:53 SO410001_merged.fastq
-rwxrwxrwx 1 root root 13015844738 Jan  4 20:55 SO391001_merged.fastq
-rwxrwxrwx 1 root root 13941443478 Jan  4 20:59 SO412001_merged.fastq
-rwxrwxrwx 1 root root 14360597033 Jan  4 21:09 SO366001_merged.fastq
-rwxrwxrwx 1 root root 14106247289 Jan  4 21:41 SO409001_merged.fastq
-rwxrwxrwx 1 root root 14091695214 Jan  4 21:46 SO423001_merged.fastq
-rwxrwxrwx 1 root root 14308487157 Jan  4 21:50 SO382001_merged.fastq
-rwxrwxrwx 1 root root 14531075344 Jan  4 21:55 SO385001_merged.fastq
-rwxrwxrwx 1 root root 14422720980 Jan  4 21:59 SO419001_merged.fastq
-rwxrwxrwx 1 root root 14903764894 Jan  4 22:06 SO399001_merged.fastq
-rwxrwxrwx 1 root root 16688472444 Jan  4 23:07 SO376001_merged.fastq
-rwxrwxrwx 1 root root 17109343581 Jan  4 23:29 SO394001_merged.fastq
-rwxrwxrwx 1 root root 18380203425 Jan  4 23:53 SO373001_merged.fastq
-rwxrwxrwx 1 root root 17508150851 Jan  5 00:10 SO421001_merged.fastq
-rwxrwxrwx 1 root root 18225774476 Jan  5 00:18 SO374001_merged.fastq
-rwxrwxrwx 1 root root 18473083442 Jan  5 00:59 SO379001_merged.fastq
-rwxrwxrwx 1 root root  4903113276 Jan  5 03:00 SO53001_merged.fastq
-rwxrwxrwx 1 root root  4028449516 Jan  5 03:06 SO89001_merged.fastq
-rwxrwxrwx 1 root root  4409578910 Jan  5 03:07 SO90001_merged.fastq
-rwxrwxrwx 1 root root 11945015475 Jan  5 03:17 SO370001_merged.fastq
-rwxrwxrwx 1 root root  4347000747 Jan  5 03:18 SO96001_merged.fastq
-rwxrwxrwx 1 root root  5955886105 Jan  5 03:29 SO227001_merged.fastq
-rwxrwxrwx 1 root root  3586211391 Jan  5 03:34 SO54a001_merged.fastq
-rwxrwxrwx 1 root root  7267717942 Jan  5 03:38 SO363001_merged.fastq
-rwxrwxrwx 1 root root  1036039214 Jan  5 03:59 SO397001_merged.fastq
-rwxrwxrwx 1 root root  8957237576 Jan  5 04:09 SO231T001_merged.fastq
-rwxrwxrwx 1 root root  9837661437 Jan  5 04:30 SO418001_merged.fastq
-rwxrwxrwx 1 root root 10377101219 Jan  5 04:38 SO360001_merged.fastq
-rwxrwxrwx 1 root root  9725216486 Jan  5 04:39 SO228T001_merged.fastq
-rwxrwxrwx 1 root root 10748909435 Jan  5 04:41 SO402001_merged.fastq
-rwxrwxrwx 1 root root 10711391628 Jan  5 04:45 SO407001_merged.fastq
-rwxrwxrwx 1 root root 11976841192 Jan  5 04:49 SO417001_merged.fastq
-rwxrwxrwx 1 root root  3622684987 Jan  5 04:51 SO93001_merged.fastq
-rwxrwxrwx 1 root root  3601915865 Jan  5 04:52 SO54b001_merged.fastq
-rwxrwxrwx 1 root root  3564311664 Jan  5 04:52 SO60001_merged.fastq
-rwxrwxrwx 1 root root 11918213839 Jan  5 04:53 SO420001_merged.fastq
-rwxrwxrwx 1 root root 10258659209 Jan  5 04:53 SO408001_merged.fastq
-rwxrwxrwx 1 root root 10238401931 Jan  5 04:53 SO415001_merged.fastq
-rwxrwxrwx 1 root root 11453561875 Jan  5 04:53 SO414001_merged.fastq
-rwxrwxrwx 1 root root 11679250896 Jan  5 04:53 SO411001_merged.fastq
-rwxrwxrwx 1 root root  1492413082 Jan  5 06:34 SO366001_derep.fa
-rwxrwxrwx 1 root root  1521486737 Jan  5 06:34 SO412001_derep.fa
-rwxrwxrwx 1 root root  1541538196 Jan  5 06:43 SO385001_derep.fa
-rwxrwxrwx 1 root root  1549182354 Jan  5 06:43 SO399001_derep.fa
-rwxrwxrwx 1 root root   171742864 Jan  5 07:05 SO397001_derep.fa
-rwxrwxrwx 1 root root  1820788051 Jan  5 07:11 SO376001_derep.fa
-rwxrwxrwx 1 root root  1779524928 Jan  5 07:12 SO421001_derep.fa
-rwxrwxrwx 1 root root  1859774027 Jan  5 07:22 SO394001_derep.fa
-rwxrwxrwx 1 root root  1876831434 Jan  5 07:33 SO374001_derep.fa
-rwxrwxrwx 1 root root  1855843447 Jan  5 07:44 SO373001_derep.fa
-rwxrwxrwx 1 root root  1958440910 Jan  5 07:48 SO379001_derep.fa
-rwxrwxrwx 1 root root   791066882 Jan  5 07:48 SO60001_derep.fa
-rwxrwxrwx 1 root root   822803038 Jan  5 08:02 SO54b001_derep.fa
-rwxrwxrwx 1 root root   825875559 Jan  5 08:03 SO93001_derep.fa
-rwxrwxrwx 1 root root   846877525 Jan  5 08:15 SO54a001_derep.fa
-rwxrwxrwx 1 root root  1588230980 Jan  5 08:19 SO419001_derep.fa
-rwxrwxrwx 1 root root  1593155535 Jan  5 08:25 SO382001_derep.fa
-rwxrwxrwx 1 root root   905724873 Jan  5 08:29 SO89001_derep.fa
-rwxrwxrwx 1 root root  1486547495 Jan  5 08:38 SO409001_derep.fa
-rwxrwxrwx 1 root root  1443899525 Jan  5 08:46 SO423001_derep.fa
-rwxrwxrwx 1 root root  1428558235 Jan  5 08:57 SO422001_derep.fa
-rwxrwxrwx 1 root root   988444964 Jan  5 09:04 SO96001_derep.fa
-rwxrwxrwx 1 root root  1444003088 Jan  5 09:12 SO410001_derep.fa
-rwxrwxrwx 1 root root   941777878 Jan  5 09:17 SO90001_derep.fa
-rwxrwxrwx 1 root root   754944133 Jan  5 09:22 SO227001_derep.fa
-rwxrwxrwx 1 root root  1052919818 Jan  5 09:41 SO53001_derep.fa
-rwxrwxrwx 1 root root  1465389596 Jan  5 09:52 SO391001_derep.fa
-rwxrwxrwx 1 root root  1322709893 Jan  5 10:00 SO413001_derep.fa
-rwxrwxrwx 1 root root   857104698 Jan  5 10:05 SO363001_derep.fa
-rwxrwxrwx 1 root root  1514412597 Jan  5 10:11 SO416001_derep.fa
-rwxrwxrwx 1 root root  1354562086 Jan  5 10:27 SO424001_derep.fa
-rwxrwxrwx 1 root root  1341690651 Jan  5 10:39 SO370001_derep.fa
-rwxrwxrwx 1 root root  1062520089 Jan  5 10:48 SO231T001_derep.fa
-rwxrwxrwx 1 root root  1359952537 Jan  5 10:58 SO417001_derep.fa
-rwxrwxrwx 1 root root  1110472846 Jan  5 10:58 SO228T001_derep.fa
-rwxrwxrwx 1 root root  1386307649 Jan  5 11:04 SO420001_derep.fa
-rwxrwxrwx 1 root root  1169737484 Jan  5 11:07 SO415001_derep.fa
-rwxrwxrwx 1 root root  1335588136 Jan  5 11:07 SO411001_derep.fa
-rwxrwxrwx 1 root root  1182597466 Jan  5 11:07 SO408001_derep.fa
-rwxrwxrwx 1 root root  1300565095 Jan  5 11:07 SO414001_derep.fa
-rwxrwxrwx 1 root root  1232849257 Jan  5 11:08 SO402001_derep.fa
-rwxrwxrwx 1 root root  1199322758 Jan  5 11:08 SO418001_derep.fa
-rwxrwxrwx 1 root root  1205537658 Jan  5 11:08 SO407001_derep.fa
-rwxrwxrwx 1 root root  1184694162 Jan  5 11:08 SO360001_derep.fa
-rwxrwxrwx 1 root root   157176470 Jan  6 15:10 SO399001_chunk_0.ali
-rwxrwxrwx 1 root root   170186815 Jan  6 15:10 SO399001_chunk_1.ali
-rwxrwxrwx 1 root root   183759472 Jan  6 15:11 SO399001_chunk_2.ali
-rwxrwxrwx 1 root root   195629056 Jan  6 15:11 SO399001_chunk_3.ali
-rwxrwxrwx 1 root root   226243280 Jan  6 15:11 SO399001_chunk_4.ali
-rwxrwxrwx 1 root root   238007624 Jan  6 15:11 SO399001_chunk_5.ali
-rwxrwxrwx 1 root root   159225047 Jan  6 15:11 SO399001_chunk_6.ali
-rwxrwxrwx 1 root root    11733964 Jan  6 15:11 SO399001_chunk_7.ali
-rwxrwxrwx 1 root root    16849172 Jan  6 15:11 SO399001_chunk_8.ali
-rwxrwxrwx 1 root root    72691951 Jan  6 15:11 SO399001_chunk_9.ali
-rwxrwxrwx 1 root root   166684720 Jan  6 15:26 SO421001_chunk_0.ali
-rwxrwxrwx 1 root root   180975198 Jan  6 15:27 SO421001_chunk_1.ali
-rwxrwxrwx 1 root root   216636720 Jan  6 15:27 SO421001_chunk_2.ali
-rwxrwxrwx 1 root root   219468793 Jan  6 15:27 SO421001_chunk_3.ali
-rwxrwxrwx 1 root root   241473487 Jan  6 15:27 SO421001_chunk_4.ali
-rwxrwxrwx 1 root root   155167782 Jan  6 15:27 SO385001_chunk_0.ali
-rwxrwxrwx 1 root root   171233637 Jan  6 15:27 SO385001_chunk_1.ali
-rwxrwxrwx 1 root root   259280876 Jan  6 15:27 SO421001_chunk_5.ali
-rwxrwxrwx 1 root root   188304284 Jan  6 15:27 SO385001_chunk_2.ali
-rwxrwxrwx 1 root root   253874724 Jan  6 15:27 SO421001_chunk_6.ali
-rwxrwxrwx 1 root root     9873941 Jan  6 15:27 SO421001_chunk_7.ali
-rwxrwxrwx 1 root root    15502336 Jan  6 15:27 SO421001_chunk_8.ali
-rwxrwxrwx 1 root root    71409216 Jan  6 15:27 SO421001_chunk_9.ali
-rwxrwxrwx 1 root root   202645725 Jan  6 15:27 SO385001_chunk_3.ali
-rwxrwxrwx 1 root root   211451833 Jan  6 15:27 SO385001_chunk_4.ali
-rwxrwxrwx 1 root root   236318386 Jan  6 15:27 SO385001_chunk_5.ali
-rwxrwxrwx 1 root root   154436931 Jan  6 15:27 SO385001_chunk_6.ali
-rwxrwxrwx 1 root root    11633678 Jan  6 15:27 SO385001_chunk_7.ali
-rwxrwxrwx 1 root root    16318758 Jan  6 15:27 SO385001_chunk_8.ali
-rwxrwxrwx 1 root root    70548718 Jan  6 15:27 SO385001_chunk_9.ali
-rwxrwxrwx 1 root root    15515329 Jan  6 17:29 SO397001_chunk_0.ali
-rwxrwxrwx 1 root root    13703709 Jan  6 17:29 SO397001_chunk_1.ali
-rwxrwxrwx 1 root root    16206357 Jan  6 17:29 SO397001_chunk_2.ali
-rwxrwxrwx 1 root root    16510557 Jan  6 17:29 SO397001_chunk_3.ali
-rwxrwxrwx 1 root root    17020834 Jan  6 17:29 SO397001_chunk_4.ali
-rwxrwxrwx 1 root root    19177202 Jan  6 17:29 SO397001_chunk_5.ali
-rwxrwxrwx 1 root root    19908995 Jan  6 17:29 SO397001_chunk_6.ali
-rwxrwxrwx 1 root root    20906604 Jan  6 17:29 SO397001_chunk_7.ali
-rwxrwxrwx 1 root root     8704747 Jan  6 17:29 SO397001_chunk_8.ali
-rwxrwxrwx 1 root root    15764725 Jan  6 17:29 SO397001_chunk_9.ali
-rwxrwxrwx 1 root root   150501646 Jan  6 18:54 SO366001_chunk_0.ali
-rwxrwxrwx 1 root root   165005371 Jan  6 18:54 SO366001_chunk_1.ali
-rwxrwxrwx 1 root root   172735311 Jan  6 18:54 SO366001_chunk_2.ali
-rwxrwxrwx 1 root root   190509175 Jan  6 18:54 SO366001_chunk_3.ali
-rwxrwxrwx 1 root root   206822605 Jan  6 18:54 SO366001_chunk_4.ali
-rwxrwxrwx 1 root root   223734059 Jan  6 18:54 SO366001_chunk_5.ali
-rwxrwxrwx 1 root root   156016550 Jan  6 18:54 SO366001_chunk_6.ali
-rwxrwxrwx 1 root root    13095708 Jan  6 18:54 SO366001_chunk_7.ali
-rwxrwxrwx 1 root root    18114865 Jan  6 18:54 SO366001_chunk_8.ali
-rwxrwxrwx 1 root root    76704082 Jan  6 18:54 SO366001_chunk_9.ali
-rwxrwxrwx 1 root root   181780563 Jan  6 19:52 SO373001_chunk_0.ali
-rwxrwxrwx 1 root root   203780026 Jan  6 19:52 SO373001_chunk_1.ali
-rwxrwxrwx 1 root root   215349900 Jan  6 19:52 SO373001_chunk_2.ali
-rwxrwxrwx 1 root root   244939086 Jan  6 19:52 SO373001_chunk_3.ali
-rwxrwxrwx 1 root root   255903321 Jan  6 19:52 SO373001_chunk_4.ali
-rwxrwxrwx 1 root root   279839582 Jan  6 19:52 SO373001_chunk_5.ali
-rwxrwxrwx 1 root root   209464673 Jan  6 19:53 SO373001_chunk_6.ali
-rwxrwxrwx 1 root root    14187738 Jan  6 19:53 SO373001_chunk_7.ali
-rwxrwxrwx 1 root root    19498283 Jan  6 19:53 SO373001_chunk_8.ali
-rwxrwxrwx 1 root root    81777426 Jan  6 19:53 SO373001_chunk_9.ali
-rwxrwxrwx 1 root root   182618597 Jan  6 22:34 SO374001_chunk_0.ali
-rwxrwxrwx 1 root root   208725121 Jan  6 22:34 SO374001_chunk_1.ali
-rwxrwxrwx 1 root root   218512922 Jan  6 22:34 SO374001_chunk_2.ali
-rwxrwxrwx 1 root root   243020051 Jan  6 22:34 SO374001_chunk_3.ali
-rwxrwxrwx 1 root root   267245842 Jan  6 22:34 SO374001_chunk_4.ali
-rwxrwxrwx 1 root root   283091153 Jan  6 22:34 SO374001_chunk_5.ali
-rwxrwxrwx 1 root root   197606424 Jan  6 22:34 SO374001_chunk_6.ali
-rwxrwxrwx 1 root root    14145055 Jan  6 22:34 SO374001_chunk_7.ali
-rwxrwxrwx 1 root root    19339226 Jan  6 22:34 SO374001_chunk_8.ali
-rwxrwxrwx 1 root root    81430666 Jan  6 22:34 SO374001_chunk_9.ali
-rwxrwxrwx 1 root root   150702518 Jan  6 23:31 SO412001_chunk_0.ali
-rwxrwxrwx 1 root root   163255067 Jan  6 23:31 SO412001_chunk_1.ali
-rwxrwxrwx 1 root root   184278991 Jan  6 23:31 SO412001_chunk_2.ali
-rwxrwxrwx 1 root root   196691866 Jan  6 23:31 SO412001_chunk_3.ali
-rwxrwxrwx 1 root root   212610885 Jan  6 23:31 SO412001_chunk_4.ali
-rwxrwxrwx 1 root root   231828726 Jan  6 23:31 SO412001_chunk_5.ali
-rwxrwxrwx 1 root root   149846992 Jan  6 23:31 SO412001_chunk_6.ali
-rwxrwxrwx 1 root root    15273251 Jan  6 23:31 SO412001_chunk_7.ali
-rwxrwxrwx 1 root root    20307187 Jan  6 23:31 SO412001_chunk_8.ali
-rwxrwxrwx 1 root root    84752618 Jan  6 23:31 SO412001_chunk_9.ali
-rwxrwxrwx 1 root root    53307020 Jan  7 00:57 SO60001_chunk_0.ali
-rwxrwxrwx 1 root root    56383006 Jan  7 00:57 SO60001_chunk_1.ali
-rwxrwxrwx 1 root root    66479788 Jan  7 00:57 SO60001_chunk_2.ali
-rwxrwxrwx 1 root root    69530480 Jan  7 00:57 SO60001_chunk_3.ali
-rwxrwxrwx 1 root root    75885653 Jan  7 00:57 SO60001_chunk_4.ali
-rwxrwxrwx 1 root root    87003630 Jan  7 00:57 SO60001_chunk_5.ali
-rwxrwxrwx 1 root root    87085483 Jan  7 00:57 SO60001_chunk_6.ali
-rwxrwxrwx 1 root root    97540670 Jan  7 00:57 SO60001_chunk_7.ali
-rwxrwxrwx 1 root root    46904954 Jan  7 00:57 SO60001_chunk_8.ali
-rwxrwxrwx 1 root root    32892578 Jan  7 00:57 SO60001_chunk_9.ali
-rwxrwxrwx 1 root root   193988235 Jan  7 03:05 SO376001_chunk_0.ali
-rwxrwxrwx 1 root root   227932863 Jan  7 03:05 SO376001_chunk_1.ali
-rwxrwxrwx 1 root root   223359207 Jan  7 03:05 SO376001_chunk_2.ali
-rwxrwxrwx 1 root root   255682333 Jan  7 03:05 SO376001_chunk_3.ali
-rwxrwxrwx 1 root root   266606795 Jan  7 03:05 SO376001_chunk_4.ali
-rwxrwxrwx 1 root root   276598764 Jan  7 03:05 SO376001_chunk_5.ali
-rwxrwxrwx 1 root root   111743191 Jan  7 03:05 SO376001_chunk_6.ali
-rwxrwxrwx 1 root root    17602109 Jan  7 03:05 SO376001_chunk_7.ali
-rwxrwxrwx 1 root root    21013952 Jan  7 03:05 SO376001_chunk_8.ali
-rwxrwxrwx 1 root root    86845549 Jan  7 03:05 SO376001_chunk_9.ali
-rwxrwxrwx 1 root root   207182635 Jan  7 06:19 SO394001_chunk_0.ali
-rwxrwxrwx 1 root root   208702029 Jan  7 06:19 SO394001_chunk_1.ali
-rwxrwxrwx 1 root root   222410979 Jan  7 06:19 SO394001_chunk_2.ali
-rwxrwxrwx 1 root root   247260006 Jan  7 06:19 SO394001_chunk_3.ali
-rwxrwxrwx 1 root root   263455305 Jan  7 06:19 SO394001_chunk_4.ali
-rwxrwxrwx 1 root root   281356069 Jan  7 06:20 SO394001_chunk_5.ali
-rwxrwxrwx 1 root root   147029059 Jan  7 06:20 SO394001_chunk_6.ali
-rwxrwxrwx 1 root root    17426565 Jan  7 06:20 SO394001_chunk_7.ali
-rwxrwxrwx 1 root root    21248661 Jan  7 06:20 SO394001_chunk_8.ali
-rwxrwxrwx 1 root root    88423977 Jan  7 06:20 SO394001_chunk_9.ali
-rwxrwxrwx 1 root root   146854841 Jan  7 17:10 SO423001_chunk_0.ali
-rwxrwxrwx 1 root root   161691701 Jan  7 17:11 SO423001_chunk_1.ali
-rwxrwxrwx 1 root root   169895706 Jan  7 17:11 SO423001_chunk_2.ali
-rwxrwxrwx 1 root root   189849405 Jan  7 17:11 SO423001_chunk_3.ali
-rwxrwxrwx 1 root root   198178966 Jan  7 17:11 SO423001_chunk_4.ali
-rwxrwxrwx 1 root root   218303580 Jan  7 17:11 SO423001_chunk_5.ali
-rwxrwxrwx 1 root root   168260478 Jan  7 17:11 SO423001_chunk_6.ali
-rwxrwxrwx 1 root root    10234248 Jan  7 17:11 SO423001_chunk_7.ali
-rwxrwxrwx 1 root root    12865888 Jan  7 17:11 SO423001_chunk_8.ali
-rwxrwxrwx 1 root root    59301701 Jan  7 17:11 SO423001_chunk_9.ali
-rwxrwxrwx 1 root root   155429323 Jan  7 21:38 SO382001_chunk_0.ali
-rwxrwxrwx 1 root root   172784794 Jan  7 21:38 SO382001_chunk_1.ali
-rwxrwxrwx 1 root root   179755777 Jan  7 21:38 SO382001_chunk_2.ali
-rwxrwxrwx 1 root root   202561517 Jan  7 21:38 SO382001_chunk_3.ali
-rwxrwxrwx 1 root root   214154828 Jan  7 21:38 SO382001_chunk_4.ali
-rwxrwxrwx 1 root root   223955749 Jan  7 21:38 SO382001_chunk_5.ali
-rwxrwxrwx 1 root root   211881902 Jan  7 21:38 SO382001_chunk_6.ali
-rwxrwxrwx 1 root root    11773875 Jan  7 21:38 SO382001_chunk_7.ali
-rwxrwxrwx 1 root root    15544393 Jan  7 21:38 SO382001_chunk_8.ali
-rwxrwxrwx 1 root root    69347866 Jan  7 21:38 SO382001_chunk_9.ali
-rwxrwxrwx 1 root root   134344472 Jan  7 23:49 SO422001_chunk_0.ali
-rwxrwxrwx 1 root root   146077196 Jan  7 23:49 SO422001_chunk_1.ali
-rwxrwxrwx 1 root root   160035818 Jan  7 23:49 SO422001_chunk_2.ali
-rwxrwxrwx 1 root root   177860641 Jan  7 23:49 SO422001_chunk_3.ali
-rwxrwxrwx 1 root root   192570580 Jan  7 23:49 SO422001_chunk_4.ali
-rwxrwxrwx 1 root root   203388174 Jan  7 23:49 SO422001_chunk_5.ali
-rwxrwxrwx 1 root root   221633744 Jan  7 23:50 SO422001_chunk_6.ali
-rwxrwxrwx 1 root root    13932375 Jan  7 23:50 SO422001_chunk_7.ali
-rwxrwxrwx 1 root root    14470545 Jan  7 23:50 SO422001_chunk_8.ali
-rwxrwxrwx 1 root root    67216179 Jan  7 23:50 SO422001_chunk_9.ali
-rwxrwxrwx 1 root root   134697045 Jan  8 00:49 SO424001_chunk_0.ali
-rwxrwxrwx 1 root root   141882141 Jan  8 00:49 SO424001_chunk_1.ali
-rwxrwxrwx 1 root root   159875839 Jan  8 00:49 SO424001_chunk_2.ali
-rwxrwxrwx 1 root root   168321181 Jan  8 00:49 SO424001_chunk_3.ali
-rwxrwxrwx 1 root root   196509991 Jan  8 00:49 SO424001_chunk_4.ali
-rwxrwxrwx 1 root root   197916105 Jan  8 00:49 SO424001_chunk_5.ali
-rwxrwxrwx 1 root root   180156744 Jan  8 00:49 SO424001_chunk_6.ali
-rwxrwxrwx 1 root root     9241438 Jan  8 00:49 SO424001_chunk_7.ali
-rwxrwxrwx 1 root root    11435560 Jan  8 00:49 SO424001_chunk_8.ali
-rwxrwxrwx 1 root root    53926644 Jan  8 00:49 SO424001_chunk_9.ali
-rwxrwxrwx 1 root root   162276307 Jan  8 01:01 SO409001_chunk_0.ali
-rwxrwxrwx 1 root root   166533827 Jan  8 01:01 SO409001_chunk_1.ali
-rwxrwxrwx 1 root root   183957759 Jan  8 01:01 SO409001_chunk_2.ali
-rwxrwxrwx 1 root root   200489225 Jan  8 01:01 SO409001_chunk_3.ali
-rwxrwxrwx 1 root root   210358625 Jan  8 01:02 SO409001_chunk_4.ali
-rwxrwxrwx 1 root root   229750754 Jan  8 01:02 SO409001_chunk_5.ali
-rwxrwxrwx 1 root root   115704181 Jan  8 01:02 SO409001_chunk_6.ali
-rwxrwxrwx 1 root root    12909917 Jan  8 01:02 SO409001_chunk_7.ali
-rwxrwxrwx 1 root root    16322136 Jan  8 01:02 SO409001_chunk_8.ali
-rwxrwxrwx 1 root root    70393439 Jan  8 01:02 SO409001_chunk_9.ali
-rwxrwxrwx 1 root root    60259191 Jan  8 03:26 SO54b001_chunk_0.ali
-rwxrwxrwx 1 root root    65038591 Jan  8 03:26 SO54b001_chunk_1.ali
-rwxrwxrwx 1 root root    73323610 Jan  8 03:26 SO54b001_chunk_2.ali
-rwxrwxrwx 1 root root    78200563 Jan  8 03:26 SO54b001_chunk_3.ali
-rwxrwxrwx 1 root root    82146518 Jan  8 03:26 SO54b001_chunk_4.ali
-rwxrwxrwx 1 root root    92435160 Jan  8 03:27 SO54b001_chunk_5.ali
-rwxrwxrwx 1 root root    95514653 Jan  8 03:27 SO54b001_chunk_6.ali
-rwxrwxrwx 1 root root   100781984 Jan  8 03:27 SO54b001_chunk_7.ali
-rwxrwxrwx 1 root root    33657924 Jan  8 03:27 SO54b001_chunk_8.ali
-rwxrwxrwx 1 root root    37087977 Jan  8 03:27 SO54b001_chunk_9.ali
-rwxrwxrwx 1 root root   141473652 Jan  8 04:14 SO410001_chunk_0.ali
-rwxrwxrwx 1 root root   156513002 Jan  8 04:15 SO410001_chunk_1.ali
-rwxrwxrwx 1 root root   173351082 Jan  8 04:15 SO410001_chunk_2.ali
-rwxrwxrwx 1 root root   185861890 Jan  8 04:15 SO410001_chunk_3.ali
-rwxrwxrwx 1 root root   203462777 Jan  8 04:15 SO410001_chunk_4.ali
-rwxrwxrwx 1 root root   214046233 Jan  8 04:15 SO410001_chunk_5.ali
-rwxrwxrwx 1 root root   175262318 Jan  8 04:15 SO410001_chunk_6.ali
-rwxrwxrwx 1 root root    11721398 Jan  8 04:15 SO410001_chunk_7.ali
-rwxrwxrwx 1 root root    15812632 Jan  8 04:15 SO410001_chunk_8.ali
-rwxrwxrwx 1 root root    69303056 Jan  8 04:15 SO410001_chunk_9.ali
-rwxrwxrwx 1 root root   142619486 Jan  8 05:15 SO391001_chunk_0.ali
-rwxrwxrwx 1 root root   162167304 Jan  8 05:15 SO391001_chunk_1.ali
-rwxrwxrwx 1 root root   172884844 Jan  8 05:15 SO391001_chunk_2.ali
-rwxrwxrwx 1 root root   199668636 Jan  8 05:15 SO391001_chunk_3.ali
-rwxrwxrwx 1 root root   201495989 Jan  8 05:15 SO391001_chunk_4.ali
-rwxrwxrwx 1 root root   233312669 Jan  8 05:16 SO391001_chunk_5.ali
-rwxrwxrwx 1 root root   151538699 Jan  8 05:16 SO391001_chunk_6.ali
-rwxrwxrwx 1 root root    12053624 Jan  8 05:16 SO391001_chunk_7.ali
-rwxrwxrwx 1 root root    14536286 Jan  8 05:16 SO391001_chunk_8.ali
-rwxrwxrwx 1 root root    64085255 Jan  8 05:16 SO391001_chunk_9.ali
-rwxrwxrwx 1 root root   162389962 Jan  8 05:56 SO419001_chunk_0.ali
-rwxrwxrwx 1 root root   173387792 Jan  8 05:56 SO419001_chunk_1.ali
-rwxrwxrwx 1 root root   193222424 Jan  8 05:56 SO419001_chunk_2.ali
-rwxrwxrwx 1 root root   208424781 Jan  8 05:56 SO419001_chunk_3.ali
-rwxrwxrwx 1 root root   221136690 Jan  8 05:56 SO419001_chunk_4.ali
-rwxrwxrwx 1 root root   237897943 Jan  8 05:56 SO419001_chunk_5.ali
-rwxrwxrwx 1 root root   166431419 Jan  8 05:56 SO419001_chunk_6.ali
-rwxrwxrwx 1 root root    14935947 Jan  8 05:56 SO419001_chunk_7.ali
-rwxrwxrwx 1 root root    17668923 Jan  8 05:56 SO419001_chunk_8.ali
-rwxrwxrwx 1 root root    75985655 Jan  8 05:56 SO419001_chunk_9.ali
-rwxrwxrwx 1 root root   118195213 Jan  8 09:15 SO413001_chunk_0.ali
-rwxrwxrwx 1 root root   131660360 Jan  8 09:15 SO413001_chunk_1.ali
-rwxrwxrwx 1 root root   152613615 Jan  8 09:15 SO413001_chunk_2.ali
-rwxrwxrwx 1 root root   157440463 Jan  8 09:15 SO413001_chunk_3.ali
-rwxrwxrwx 1 root root   173915396 Jan  8 09:15 SO413001_chunk_4.ali
-rwxrwxrwx 1 root root   181693663 Jan  8 09:15 SO413001_chunk_5.ali
-rwxrwxrwx 1 root root   174900323 Jan  8 09:15 SO413001_chunk_6.ali
-rwxrwxrwx 1 root root    12383451 Jan  8 09:15 SO413001_chunk_7.ali
-rwxrwxrwx 1 root root    18660996 Jan  8 09:15 SO413001_chunk_8.ali
-rwxrwxrwx 1 root root    79106952 Jan  8 09:15 SO413001_chunk_9.ali
-rwxrwxrwx 1 root root   151991660 Jan  8 12:27 SO416001_chunk_0.ali
-rwxrwxrwx 1 root root   169273136 Jan  8 12:27 SO416001_chunk_1.ali
-rwxrwxrwx 1 root root   181362038 Jan  8 12:27 SO416001_chunk_2.ali
-rwxrwxrwx 1 root root   199753874 Jan  8 12:27 SO416001_chunk_3.ali
-rwxrwxrwx 1 root root   214298401 Jan  8 12:27 SO416001_chunk_4.ali
-rwxrwxrwx 1 root root   224852263 Jan  8 12:27 SO416001_chunk_5.ali
-rwxrwxrwx 1 root root   138162800 Jan  8 12:27 SO416001_chunk_6.ali
-rwxrwxrwx 1 root root    13848810 Jan  8 12:27 SO416001_chunk_7.ali
-rwxrwxrwx 1 root root    18212326 Jan  8 12:27 SO416001_chunk_8.ali
-rwxrwxrwx 1 root root    77095227 Jan  8 12:27 SO416001_chunk_9.ali
-rwxrwxrwx 1 root root   128945046 Jan  9 00:27 SO370001_chunk_0.ali
-rwxrwxrwx 1 root root   136334322 Jan  9 00:27 SO370001_chunk_1.ali
-rwxrwxrwx 1 root root   161663639 Jan  9 00:27 SO370001_chunk_2.ali
-rwxrwxrwx 1 root root   175118140 Jan  9 00:27 SO370001_chunk_3.ali
-rwxrwxrwx 1 root root   185961685 Jan  9 00:27 SO370001_chunk_4.ali
-rwxrwxrwx 1 root root   197033703 Jan  9 00:27 SO370001_chunk_5.ali
-rwxrwxrwx 1 root root   150223786 Jan  9 00:27 SO370001_chunk_6.ali
-rwxrwxrwx 1 root root    11151097 Jan  9 00:27 SO370001_chunk_7.ali
-rwxrwxrwx 1 root root    16419468 Jan  9 00:27 SO370001_chunk_8.ali
-rwxrwxrwx 1 root root    70525859 Jan  9 00:27 SO370001_chunk_9.ali
-rwxrwxrwx 1 root root   131659784 Jan  9 01:35 SO411001_chunk_0.ali
-rwxrwxrwx 1 root root   142619724 Jan  9 01:35 SO411001_chunk_1.ali
-rwxrwxrwx 1 root root   151613573 Jan  9 01:35 SO411001_chunk_2.ali
-rwxrwxrwx 1 root root   168426954 Jan  9 01:35 SO411001_chunk_3.ali
-rwxrwxrwx 1 root root   187709654 Jan  9 01:35 SO411001_chunk_4.ali
-rwxrwxrwx 1 root root   194528561 Jan  9 01:35 SO411001_chunk_5.ali
-rwxrwxrwx 1 root root   173018818 Jan  9 01:35 SO411001_chunk_6.ali
-rwxrwxrwx 1 root root    10862330 Jan  9 01:35 SO411001_chunk_7.ali
-rwxrwxrwx 1 root root    14606813 Jan  9 01:35 SO411001_chunk_8.ali
-rwxrwxrwx 1 root root    65880669 Jan  9 01:35 SO411001_chunk_9.ali
-rwxrwxrwx 1 root root   113635157 Jan  9 02:36 SO402001_chunk_0.ali
-rwxrwxrwx 1 root root   139045098 Jan  9 02:36 SO402001_chunk_1.ali
-rwxrwxrwx 1 root root   146963514 Jan  9 02:36 SO402001_chunk_2.ali
-rwxrwxrwx 1 root root   155998336 Jan  9 02:36 SO402001_chunk_3.ali
-rwxrwxrwx 1 root root   163991471 Jan  9 02:36 SO402001_chunk_4.ali
-rwxrwxrwx 1 root root   174637331 Jan  9 02:36 SO402001_chunk_5.ali
-rwxrwxrwx 1 root root   157234105 Jan  9 02:36 SO402001_chunk_6.ali
-rwxrwxrwx 1 root root     9390099 Jan  9 02:36 SO402001_chunk_7.ali
-rwxrwxrwx 1 root root    14075510 Jan  9 02:36 SO402001_chunk_8.ali
-rwxrwxrwx 1 root root    63934244 Jan  9 02:36 SO402001_chunk_9.ali
-rwxrwxrwx 1 root root   110362650 Jan  9 03:13 SO360001_chunk_0.ali
-rwxrwxrwx 1 root root   144181424 Jan  9 03:13 SO360001_chunk_1.ali
-rwxrwxrwx 1 root root   143172688 Jan  9 03:13 SO360001_chunk_2.ali
-rwxrwxrwx 1 root root   146018167 Jan  9 03:13 SO360001_chunk_3.ali
-rwxrwxrwx 1 root root   160997865 Jan  9 03:13 SO360001_chunk_4.ali
-rwxrwxrwx 1 root root   170738435 Jan  9 03:13 SO360001_chunk_5.ali
-rwxrwxrwx 1 root root   139389336 Jan  9 03:13 SO360001_chunk_6.ali
-rwxrwxrwx 1 root root     9596075 Jan  9 03:13 SO360001_chunk_7.ali
-rwxrwxrwx 1 root root    13644426 Jan  9 03:13 SO360001_chunk_8.ali
-rwxrwxrwx 1 root root    61490465 Jan  9 03:13 SO360001_chunk_9.ali
-rwxrwxrwx 1 root root   118596785 Jan  9 04:53 SO407001_chunk_0.ali
-rwxrwxrwx 1 root root   127348704 Jan  9 04:53 SO407001_chunk_1.ali
-rwxrwxrwx 1 root root   137470544 Jan  9 04:53 SO407001_chunk_2.ali
-rwxrwxrwx 1 root root   152199192 Jan  9 04:53 SO407001_chunk_3.ali
-rwxrwxrwx 1 root root   168080106 Jan  9 04:53 SO407001_chunk_4.ali
-rwxrwxrwx 1 root root   179180516 Jan  9 04:53 SO407001_chunk_5.ali
-rwxrwxrwx 1 root root   152680473 Jan  9 04:53 SO407001_chunk_6.ali
-rwxrwxrwx 1 root root    10865580 Jan  9 04:53 SO407001_chunk_7.ali
-rwxrwxrwx 1 root root    14170278 Jan  9 04:53 SO407001_chunk_8.ali
-rwxrwxrwx 1 root root    62779744 Jan  9 04:53 SO407001_chunk_9.ali
-rwxrwxrwx 1 root root   140212631 Jan  9 05:23 SO420001_chunk_0.ali
-rwxrwxrwx 1 root root   145155551 Jan  9 05:23 SO420001_chunk_1.ali
-rwxrwxrwx 1 root root   162230256 Jan  9 05:23 SO420001_chunk_2.ali
-rwxrwxrwx 1 root root   177967473 Jan  9 05:23 SO420001_chunk_3.ali
-rwxrwxrwx 1 root root   183972983 Jan  9 05:23 SO420001_chunk_4.ali
-rwxrwxrwx 1 root root   201602086 Jan  9 05:24 SO420001_chunk_5.ali
-rwxrwxrwx 1 root root   169130063 Jan  9 05:24 SO420001_chunk_6.ali
-rwxrwxrwx 1 root root    11412922 Jan  9 05:24 SO420001_chunk_7.ali
-rwxrwxrwx 1 root root    16120613 Jan  9 05:24 SO420001_chunk_8.ali
-rwxrwxrwx 1 root root    70629844 Jan  9 05:24 SO420001_chunk_9.ali
-rwxrwxrwx 1 root root   124312259 Jan  9 06:23 SO414001_chunk_0.ali
-rwxrwxrwx 1 root root   137584318 Jan  9 06:23 SO414001_chunk_1.ali
-rwxrwxrwx 1 root root   147640827 Jan  9 06:23 SO414001_chunk_2.ali
-rwxrwxrwx 1 root root   159617415 Jan  9 06:23 SO414001_chunk_3.ali
-rwxrwxrwx 1 root root   175400709 Jan  9 06:23 SO414001_chunk_4.ali
-rwxrwxrwx 1 root root   190367845 Jan  9 06:23 SO414001_chunk_5.ali
-rwxrwxrwx 1 root root   180385013 Jan  9 06:23 SO414001_chunk_6.ali
-rwxrwxrwx 1 root root    11531407 Jan  9 06:23 SO414001_chunk_7.ali
-rwxrwxrwx 1 root root    14797291 Jan  9 06:23 SO414001_chunk_8.ali
-rwxrwxrwx 1 root root    66113209 Jan  9 06:23 SO414001_chunk_9.ali
-rwxrwxrwx 1 root root   112195256 Jan  9 12:02 SO408001_chunk_0.ali
-rwxrwxrwx 1 root root   125486849 Jan  9 12:02 SO408001_chunk_1.ali
-rwxrwxrwx 1 root root   134313163 Jan  9 12:02 SO408001_chunk_2.ali
-rwxrwxrwx 1 root root   145473246 Jan  9 12:02 SO408001_chunk_3.ali
-rwxrwxrwx 1 root root   161856591 Jan  9 12:02 SO408001_chunk_4.ali
-rwxrwxrwx 1 root root   171815430 Jan  9 12:02 SO408001_chunk_5.ali
-rwxrwxrwx 1 root root   162360125 Jan  9 12:02 SO408001_chunk_6.ali
-rwxrwxrwx 1 root root    10327128 Jan  9 12:02 SO408001_chunk_7.ali
-rwxrwxrwx 1 root root    13712831 Jan  9 12:02 SO408001_chunk_8.ali
-rwxrwxrwx 1 root root    62478194 Jan  9 12:02 SO408001_chunk_9.ali
-rwxrwxrwx 1 root root    63556324 Jan  9 12:58 SO93001_chunk_0.ali
-rwxrwxrwx 1 root root    66626026 Jan  9 12:58 SO93001_chunk_1.ali
-rwxrwxrwx 1 root root    71912694 Jan  9 12:58 SO93001_chunk_2.ali
-rwxrwxrwx 1 root root    78052831 Jan  9 12:58 SO93001_chunk_3.ali
-rwxrwxrwx 1 root root    86706721 Jan  9 12:58 SO93001_chunk_4.ali
-rwxrwxrwx 1 root root    89307584 Jan  9 12:58 SO93001_chunk_5.ali
-rwxrwxrwx 1 root root    99677578 Jan  9 12:58 SO93001_chunk_6.ali
-rwxrwxrwx 1 root root   103526607 Jan  9 12:58 SO93001_chunk_7.ali
-rwxrwxrwx 1 root root    18574505 Jan  9 12:58 SO93001_chunk_8.ali
-rwxrwxrwx 1 root root    36915191 Jan  9 12:58 SO93001_chunk_9.ali
-rwxrwxrwx 1 root root   136287645 Jan  9 15:11 SO417001_chunk_0.ali
-rwxrwxrwx 1 root root   148038901 Jan  9 15:11 SO417001_chunk_1.ali
-rwxrwxrwx 1 root root   162060232 Jan  9 15:11 SO417001_chunk_2.ali
-rwxrwxrwx 1 root root   185998245 Jan  9 15:11 SO417001_chunk_3.ali
-rwxrwxrwx 1 root root   190248524 Jan  9 15:12 SO417001_chunk_4.ali
-rwxrwxrwx 1 root root   206360347 Jan  9 15:12 SO417001_chunk_5.ali
-rwxrwxrwx 1 root root   123011265 Jan  9 15:12 SO417001_chunk_6.ali
-rwxrwxrwx 1 root root    14092868 Jan  9 15:12 SO417001_chunk_7.ali
-rwxrwxrwx 1 root root    18564150 Jan  9 15:12 SO417001_chunk_8.ali
-rwxrwxrwx 1 root root    78987838 Jan  9 15:12 SO417001_chunk_9.ali
-rwxrwxrwx 1 root root   115447600 Jan  9 17:37 SO418001_chunk_0.ali
-rwxrwxrwx 1 root root   121397647 Jan  9 17:37 SO418001_chunk_1.ali
-rwxrwxrwx 1 root root   137444094 Jan  9 17:37 SO418001_chunk_2.ali
-rwxrwxrwx 1 root root   148335633 Jan  9 17:37 SO418001_chunk_3.ali
-rwxrwxrwx 1 root root   160559308 Jan  9 17:37 SO418001_chunk_4.ali
-rwxrwxrwx 1 root root   175614243 Jan  9 17:37 SO418001_chunk_5.ali
-rwxrwxrwx 1 root root   147351580 Jan  9 17:37 SO418001_chunk_6.ali
-rwxrwxrwx 1 root root    12146309 Jan  9 17:37 SO418001_chunk_7.ali
-rwxrwxrwx 1 root root    18106649 Jan  9 17:37 SO418001_chunk_8.ali
-rwxrwxrwx 1 root root    77170606 Jan  9 17:37 SO418001_chunk_9.ali
-rwxrwxrwx 1 root root    83792085 Jan  9 22:16 SO363001_chunk_0.ali
-rwxrwxrwx 1 root root    90020700 Jan  9 22:16 SO363001_chunk_1.ali
-rwxrwxrwx 1 root root   102987834 Jan  9 22:16 SO363001_chunk_2.ali
-rwxrwxrwx 1 root root   105602209 Jan  9 22:16 SO363001_chunk_3.ali
-rwxrwxrwx 1 root root   116202725 Jan  9 22:16 SO363001_chunk_4.ali
-rwxrwxrwx 1 root root   131404705 Jan  9 22:16 SO363001_chunk_5.ali
-rwxrwxrwx 1 root root    86351562 Jan  9 22:16 SO363001_chunk_6.ali
-rwxrwxrwx 1 root root     8767426 Jan  9 22:16 SO363001_chunk_7.ali
-rwxrwxrwx 1 root root    11559966 Jan  9 22:16 SO363001_chunk_8.ali
-rwxrwxrwx 1 root root    53572895 Jan  9 22:16 SO363001_chunk_9.ali
-rwxrwxrwx 1 root root    83005395 Jan  9 22:49 SO53001_chunk_0.ali
-rwxrwxrwx 1 root root    89086207 Jan  9 22:49 SO53001_chunk_1.ali
-rwxrwxrwx 1 root root    99142703 Jan  9 22:49 SO53001_chunk_2.ali
-rwxrwxrwx 1 root root   105177349 Jan  9 22:49 SO53001_chunk_3.ali
-rwxrwxrwx 1 root root   112469805 Jan  9 22:49 SO53001_chunk_4.ali
-rwxrwxrwx 1 root root   122354623 Jan  9 22:50 SO53001_chunk_5.ali
-rwxrwxrwx 1 root root   128696262 Jan  9 22:50 SO53001_chunk_6.ali
-rwxrwxrwx 1 root root   117584030 Jan  9 22:50 SO53001_chunk_7.ali
-rwxrwxrwx 1 root root     9865144 Jan  9 22:50 SO53001_chunk_8.ali
-rwxrwxrwx 1 root root    50392415 Jan  9 22:50 SO53001_chunk_9.ali
-rwxrwxrwx 1 root root    73538108 Jan  9 23:07 SO227001_chunk_0.ali
-rwxrwxrwx 1 root root    74299165 Jan  9 23:07 SO227001_chunk_1.ali
-rwxrwxrwx 1 root root    81693756 Jan  9 23:07 SO227001_chunk_2.ali
-rwxrwxrwx 1 root root    89689851 Jan  9 23:07 SO227001_chunk_3.ali
-rwxrwxrwx 1 root root    94532260 Jan  9 23:07 SO227001_chunk_4.ali
-rwxrwxrwx 1 root root   104819377 Jan  9 23:07 SO227001_chunk_5.ali
-rwxrwxrwx 1 root root   107978394 Jan  9 23:07 SO227001_chunk_6.ali
-rwxrwxrwx 1 root root     8349918 Jan  9 23:07 SO227001_chunk_7.ali
-rwxrwxrwx 1 root root    11300199 Jan  9 23:07 SO227001_chunk_8.ali
-rwxrwxrwx 1 root root    57721571 Jan  9 23:07 SO227001_chunk_9.ali
-rwxrwxrwx 1 root root   119107573 Jan  9 23:36 SO415001_chunk_0.ali
-rwxrwxrwx 1 root root   125118026 Jan  9 23:36 SO415001_chunk_1.ali
-rwxrwxrwx 1 root root   136904248 Jan  9 23:36 SO415001_chunk_2.ali
-rwxrwxrwx 1 root root   147419767 Jan  9 23:37 SO415001_chunk_3.ali
-rwxrwxrwx 1 root root   155992835 Jan  9 23:37 SO415001_chunk_4.ali
-rwxrwxrwx 1 root root   183457388 Jan  9 23:37 SO415001_chunk_5.ali
-rwxrwxrwx 1 root root   124124821 Jan  9 23:37 SO415001_chunk_6.ali
-rwxrwxrwx 1 root root    10682331 Jan  9 23:37 SO415001_chunk_7.ali
-rwxrwxrwx 1 root root    13876043 Jan  9 23:37 SO415001_chunk_8.ali
-rwxrwxrwx 1 root root    61768948 Jan  9 23:37 SO415001_chunk_9.ali
-rwxrwxrwx 1 root root   102770760 Jan 10 00:30 SO228T001_chunk_0.ali
-rwxrwxrwx 1 root root   108918251 Jan 10 00:30 SO228T001_chunk_1.ali
-rwxrwxrwx 1 root root   127691485 Jan 10 00:30 SO228T001_chunk_2.ali
-rwxrwxrwx 1 root root   132525062 Jan 10 00:30 SO228T001_chunk_3.ali
-rwxrwxrwx 1 root root   137489504 Jan 10 00:30 SO228T001_chunk_4.ali
-rwxrwxrwx 1 root root   148785570 Jan 10 00:30 SO228T001_chunk_5.ali
-rwxrwxrwx 1 root root   169125225 Jan 10 00:30 SO228T001_chunk_6.ali
-rwxrwxrwx 1 root root    21102303 Jan 10 00:30 SO228T001_chunk_7.ali
-rwxrwxrwx 1 root root    13023845 Jan 10 00:30 SO228T001_chunk_8.ali
-rwxrwxrwx 1 root root    63757476 Jan 10 00:31 SO228T001_chunk_9.ali
-rwxrwxrwx 1 root root    73322134 Jan 10 00:34 SO90001_chunk_0.ali
-rwxrwxrwx 1 root root    76578838 Jan 10 00:34 SO90001_chunk_1.ali
-rwxrwxrwx 1 root root    93116741 Jan 10 00:34 SO90001_chunk_2.ali
-rwxrwxrwx 1 root root    92668436 Jan 10 00:34 SO90001_chunk_3.ali
-rwxrwxrwx 1 root root    99724644 Jan 10 00:34 SO90001_chunk_4.ali
-rwxrwxrwx 1 root root   108369001 Jan 10 00:34 SO90001_chunk_5.ali
-rwxrwxrwx 1 root root   116285203 Jan 10 00:34 SO90001_chunk_6.ali
-rwxrwxrwx 1 root root    93559595 Jan 10 00:34 SO90001_chunk_7.ali
-rwxrwxrwx 1 root root     8677392 Jan 10 00:34 SO90001_chunk_8.ali
-rwxrwxrwx 1 root root    44469849 Jan 10 00:34 SO90001_chunk_9.ali
-rwxrwxrwx 1 root root    77221154 Jan 10 02:25 SO96001_chunk_0.ali
-rwxrwxrwx 1 root root    82121276 Jan 10 02:25 SO96001_chunk_1.ali
-rwxrwxrwx 1 root root    90400787 Jan 10 02:25 SO96001_chunk_2.ali
-rwxrwxrwx 1 root root    98494778 Jan 10 02:25 SO96001_chunk_3.ali
-rwxrwxrwx 1 root root   103116652 Jan 10 02:25 SO96001_chunk_4.ali
-rwxrwxrwx 1 root root   112631444 Jan 10 02:25 SO96001_chunk_5.ali
-rwxrwxrwx 1 root root   118302074 Jan 10 02:25 SO96001_chunk_6.ali
-rwxrwxrwx 1 root root   124348201 Jan 10 02:25 SO96001_chunk_7.ali
-rwxrwxrwx 1 root root     8915300 Jan 10 02:25 SO96001_chunk_8.ali
-rwxrwxrwx 1 root root    46913632 Jan 10 02:25 SO96001_chunk_9.ali
-rwxrwxrwx 1 root root    59347625 Jan 10 04:46 SO54a001_chunk_0.ali
-rwxrwxrwx 1 root root    67120877 Jan 10 04:46 SO54a001_chunk_1.ali
-rwxrwxrwx 1 root root    71183475 Jan 10 04:46 SO54a001_chunk_2.ali
-rwxrwxrwx 1 root root    77311157 Jan 10 04:46 SO54a001_chunk_3.ali
-rwxrwxrwx 1 root root    82655821 Jan 10 04:46 SO54a001_chunk_4.ali
-rwxrwxrwx 1 root root    90041800 Jan 10 04:46 SO54a001_chunk_5.ali
-rwxrwxrwx 1 root root    93577708 Jan 10 04:46 SO54a001_chunk_6.ali
-rwxrwxrwx 1 root root   101462633 Jan 10 04:46 SO54a001_chunk_7.ali
-rwxrwxrwx 1 root root    53198101 Jan 10 04:46 SO54a001_chunk_8.ali
-rwxrwxrwx 1 root root    39867890 Jan 10 04:46 SO54a001_chunk_9.ali
-rwxrwxrwx 1 root root    69111443 Jan 10 05:09 SO89001_chunk_0.ali
-rwxrwxrwx 1 root root    73458243 Jan 10 05:09 SO89001_chunk_1.ali
-rwxrwxrwx 1 root root    81171242 Jan 10 05:09 SO89001_chunk_2.ali
-rwxrwxrwx 1 root root    86507916 Jan 10 05:09 SO89001_chunk_3.ali
-rwxrwxrwx 1 root root    94093485 Jan 10 05:09 SO89001_chunk_4.ali
-rwxrwxrwx 1 root root   100467137 Jan 10 05:09 SO89001_chunk_5.ali
-rwxrwxrwx 1 root root   106924683 Jan 10 05:10 SO89001_chunk_6.ali
-rwxrwxrwx 1 root root   116921565 Jan 10 05:10 SO89001_chunk_7.ali
-rwxrwxrwx 1 root root    12984686 Jan 10 05:10 SO89001_chunk_8.ali
-rwxrwxrwx 1 root root    47679086 Jan 10 05:10 SO89001_chunk_9.ali
isaacovercast commented 2 years ago

Somehow the utemp.sort file is being compressed. I can do this (from inside clustmap.py.build_clusters()):

    with open(usort, 'rt') as insort:
        # iterator, seed null, seqlist null
        isort = iter(insort)
        print(next(isort))

And I get the exact error message:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 1: invalid start byte

We are sorting the .utemp file with the system default sort command, like this:

cmd = ["sort", "-k", "2", uhandle, "-o", usort]
proc = sps.Popen(cmd, close_fds=True)
proc.communicate()[0]

So it looks like, for whatever reason, the system default sort command is compressing the output by default. GNU sort does have a compression option (man sort) --compress-program=PROG, but we do not use this. Perhaps the system default sort isn't GNU? You can check with sort --version, mine is sort (GNU coreutils) 8.25.

isaacovercast commented 2 years ago

Indeed the first few bytes in hex are 00b0:

$ xxd SO379001.utemp.sort | head -n 1
00000000: 00b0 b63a 25bd e813 e1ca 64e3 3f76 dddb  ...:%.....d.?v..
alexkrohn commented 2 years ago

Very weird! My sort version is identical to yours. And, only SO379001 is listed as a data file when I do file app-cottontails-3rad_clust_0.85/*sort. All the other individuals are ASCII text.

alexkrohn commented 2 years ago

Maybe it was a mistake based on cosmic radiation or running out of RAM? It sounds like the best solution would just be to try step 3 over again and let you know in 6 days if it happens again 😅

isaacovercast commented 2 years ago

Weird! The utemp and utemp.sort files are identical size:

$ ls -l
total 3173496
-rw-r--r-- 1 isaac isaac 1958440910 Jan 10 12:30 SO379001_derep.fa
-rw-r--r-- 1 isaac isaac  202747472 Jan 10 11:59 SO379001.htemp
-rw-r--r-- 1 isaac isaac  544225358 Jan 10 11:59 SO379001.utemp
-rw-r--r-- 1 isaac isaac  544225358 Jan 10 11:59 SO379001.utemp.sort

But they are _definitely different, which is insane.

$ strings SO379001.utemp.sort | grep size | wc -l
5658139
$ grep size SO379001.utemp | wc -l
120417

All of the data inside the munged sort file is unique as well

$ strings SO379001.utemp.sort | grep size | uniq | wc -l
5658139

What the heck?

isaacovercast commented 2 years ago

It definitely sounds like a gremlin of some kind. Sorry it's such a hack and takes so long to run, I really wish there was checkpointing on step 3. I'll keep thinking about it, but yeah, if you can run it again I'd be curious to see if it fails in the same way. I would rm -rf the tmpalign folder, for good measure. It could also be a holdover bug of some kind from a previous failed run, and the tmpalign directory doesn't get cleaned up automatically in a crash. Good luck.

alexkrohn commented 2 years ago

Gremlins! And so far from Halloween!!

Thanks for your digging. I'll re-run it and let you know if the error persists.