Sequence reading library developed by the Ribosomal Database Project. It can handle genbank, embl, fasta, fastq, sff and sto files, can read from files or streams, and can handle indexing files.
3 lines
56 B
Bash
Executable file
3 lines
56 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
java -jar %%JAVAJARDIR%%/readseq.jar "$@"
|