News and Announcements » |
Description:
Subsample the seqs.fna file, randomly select 5% of the sequences:
Usage: subsample_fasta.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
Example:
Subsample seqs.fasta to approximately 5%
subsample_fasta.py -i $PWD/seqs.fna -p 0.05 -o $PWD/subsampled_seqs.fna