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
Let me know @LisaHollstein if you have any problems testing with this reference.
I use part of the public data file SRR11207337_R1.fastq
for testing against this reference.
More exactly, make a fastq input file from the larger FASTQ using head
wget ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR112/037/SRR11207337/SRR11207337_1.fastq.gz -o SRR11207337_mock_R1.fastq.gz
gunzip SRR11207337_mock_R1.fastq
head -n 2000000 SRR11207337_mock_R1.fastq > public_mock_sm_R1.fastq
#also a very small version for rapid testing
head -n 90000 SRR11207337_mock_R1.fastq > public_mock_vsm_R1.fastq
This very small vsm dataset gives this sort of number of aligned reads - 4300, 2660. This might be enough for testing. I'll gzip and add it to the repo as well under the test dir.
CD TODO
@LisaHollstein FYI
for testing, plots + growth rates require data which isn't sufficient at present
The text was updated successfully, but these errors were encountered: