fastq.gz splitter tool
2
0
Entering edit mode
6.1 years ago

Hey everyone,

I want to split fastq.gz file because its too big to deal it. Please give me suggestion how to solve this problem.

Thanks,
Sakshi

fastq • 1.5k views
ADD COMMENT
2
Entering edit mode
6.1 years ago

You have fasta or fastq files, it's not clear with your fastaq.gz. In any way you can use this command line :

zcat your_file.fastq.gz | split -l 10000000 - prefix

You will get files like prefixaa, prefixab, prefixac... All files will have 10000000 lines

ADD COMMENT
1
Entering edit mode
6.1 years ago
GenoMax 141k

reformat.sh from BBMap suite (check sampling parameters).

ADD COMMENT
0
Entering edit mode

for BBMAP I find this version of the docs very helpful

https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/bbmap-guide/

ADD REPLY

Login before adding your answer.

Traffic: 1763 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6