Subsampling metagenomics reads via reformat.sh
1
0
Entering edit mode
2.4 years ago
serene.s • 0

Hi Guys! I am using reformat.sh for subsampling my metagenome samples but I wanna know what does the parameter "sampleseed" do to the reads? Is it alright if I just use the samplereadstarget without using the seed value?

command used: reformat.sh in=file_R1.fastq.gz in2=file_R2.fastq.gz out=file_subsampled_R1.fastq.gz out2=file_subsampled_R2.fastq.gz samplereadstarget=10889622

Thanks in Advance Saraswati

NGS genomics Metagenomics Reads • 848 views
ADD COMMENT
2
Entering edit mode
2.4 years ago
GenoMax 141k

sampleseed is used as a seed if you want to get deterministic i.e. identical datasets for multiple runs of reformat.sh. Otherwise you may get a different set of reads everytime. If you are not interested in getting an identical dataset (which is why you may be sampling) then do not set an identical seed value for multiple runs.

ADD COMMENT
0
Entering edit mode

thanks GenoMax

ADD REPLY

Login before adding your answer.

Traffic: 2059 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