freebsd-ports/biology/readseq/files/readseq.in
Jason W. Bacon 49a1ada632 biology/readseq: Read and reformat biosequences, Java command-line version
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.
2021-04-18 08:53:02 -05:00

3 lines
56 B
Bash
Executable file

#!/bin/sh -e
java -jar %%JAVAJARDIR%%/readseq.jar "$@"