- Started release notes
- Added github actions for kb-sdk and badging
- Refactored tests and changed SHOCK upload in unit tests to DataFileUtil.file_to_shock()
- Added new check for the FASTQ import to make sure the line count was a multiple of 8 (since 4 lines per read) for interleaved files.
- A few commits, but add check to make sure interleaved has even number of reads in FastQ. Bumping version per Landml request.
- add optional
min_read_length
parameter toupload_reads
andvalidateFASTQ
methods