News and Announcements » |
Description:
E.g. makes 3 fasta records from a weighted input fasta file containing the following record: >goodsample1_12_3 bc_val=20 AATGCTTGTCACATCGATGC
Usage: unweight_fasta.py [options]
Input Arguments:
Note
[REQUIRED]
Output:
a .fasta file
make 3 fasta records from the following record: >goodsample1_12_3 bc_val=20 AATGCTTGTCACATCGATGC
resulting in: >goodsample_0 AATGCTTGTCACATCGATGC >goodsample_1 AATGCTTGTCACATCGATGC >goodsample_2 AATGCTTGTCACATCGATGC
unweight_fasta.py -i input.fna -o output.fna -l goodsample