mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
49a1ada632
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.
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
java -jar %%JAVAJARDIR%%/readseq.jar "$@"
|