Closed Eduardo-Auer closed 1 year ago
Hi,
This does indeed sound as though your system ran out of memory. Could you try chunking your FASTQ file into sub-files, processing, and then combining the filtered FASTQ files? This will save memory.
Best, Steven
Hello, using the following command, I was filtering a compressed fastq file (.*fq.gz) for only unique or multiple hits on the human genome:
/mnt/d/dados_geneticos/nebula_genomics/FastQ-Screen-0.15.3/./fastq_screen --conf /mnt/d/dados_geneticos/nebula_genomics/FastQ-Screen-0.15.3/FastQ_Screen_Genomes/fastq_screen.conf --aligner bowtie2 --tag /mnt/d/dados_geneticos/nebula_genomics/fastq_screen/NG1U1B2ET6_1.fq.gz --filter 30000000000000 --outdir /mnt/d/dados_geneticos/nebula_genomics/fastq_screen/fastq_screen_filtered
However, after a long time (at least 10h), it was killed and only a temporary file was left: "NG1U1B2ET6_1.fq.gz_temp_subset.fastq". I will post the log below:My computer has 32 GB memory, and I ran the command in a Mamba environment with bowtie2 installed. Could this issue caused by the lack of memory?