You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Torsten,
Thanks for making Nullarbor - we really like it. A small suggestion - we spent a while this week trying to figure out why Nullarbor was quietly dying during assembly without generating any helpful messages in the log files, and eventually figured out it was because one of the hundreds of isolates had a corrupt fastq input. Adding a couple of lines of code to check whether read1 and read2 have the same number of lines and generate a helpful warning if they don't may save users many hours of troubleshooting.
The text was updated successfully, but these errors were encountered:
Hi Torsten,
Thanks for making Nullarbor - we really like it. A small suggestion - we spent a while this week trying to figure out why Nullarbor was quietly dying during assembly without generating any helpful messages in the log files, and eventually figured out it was because one of the hundreds of isolates had a corrupt fastq input. Adding a couple of lines of code to check whether read1 and read2 have the same number of lines and generate a helpful warning if they don't may save users many hours of troubleshooting.
The text was updated successfully, but these errors were encountered: