ksahlin / isONclust

De novo clustering of long transcript reads into genes
GNU General Public License v3.0
47 stars 8 forks source link

Add script to create separate fasta for each cluster #2

Closed ksahlin closed 5 years ago

ksahlin commented 5 years ago

The script should take the tsv file generated by isONclust and output reads into fasta or fastq files with reads belonging to each cluster. The script should take a parameter -n [int] that tells the script the smallest clusters that should be output, and a --fastq or --fasta flag for the output format.

ksahlin commented 5 years ago

fixed in version 0.0.3