-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seqtk sample gives empty output #145
Comments
@Gil-marquez i had a look at the code, and it seems it needs to allocate RAM for Use the If this works, please close this issue. Thanks!
|
FYI I had a similar issue and @tseemann solution fixed my issue |
@Gil-marquez please close this issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using seqtk sample to randomly subsample fastq files with about 75 M reads.
I tried to subsample 5M, 10M, 15M,..., 30M, 35M,... 70M reads but at the time the 35M reads subsampling comes, the outputs began to be empty. Does anyone know what could be the problem?
seqtk sample -s12 H3K27-1.fastq 10000000 > subsampling/H3K27-1.10M.fastq
seqtk sample -s14 H3K27-1.fastq 15000000 > subsampling/H3K27-1.15M.fastq
seqtk sample -s16 H3K27-1.fastq 20000000 > subsampling/H3K27-1.20M.fastq
seqtk sample -s18 H3K27-1.fastq 25000000 > subsampling/H3K27-1.25M.fastq
seqtk sample -s20 H3K27-1.fastq 30000000 > subsampling/H3K27-1.30M.fastq
seqtk sample -s22 H3K27-1.fastq 35000000 > subsampling/H3K27-1.35M.fastq
seqtk sample -s24 H3K27-1.fastq 40000000 > subsampling/H3K27-1.40M.fastq
seqtk sample -s26 H3K27-1.fastq 45000000 > subsampling/H3K27-1.45M.fastq
seqtk sample -s28 H3K27-1.fastq 50000000 > subsampling/H3K27-1.50M.fastq
seqtk sample -s30 H3K27-1.fastq 55000000 > subsampling/H3K27-1.55M.fastq
seqtk sample -s32 H3K27-1.fastq 60000000 > subsampling/H3K27-1.60M.fastq
seqtk sample -s32 H3K27-1.fastq 65000000 > subsampling/H3K27-1.65M.fastq
seqtk sample -s32 H3K27-1.fastq 70000000 > subsampling/H3K27-1.70M.fastq
I also tried changing the seed value, but nothing changes in the output.
The text was updated successfully, but these errors were encountered: