diff options
author | Adam Novak | 2020-04-10 16:43:05 -0700 |
---|---|---|
committer | Adam Novak | 2020-04-10 16:46:02 -0700 |
commit | 04912c58cdab27962429be56971afde189d702c4 (patch) | |
tree | a42ce55ffb20572a139c25111a85a9376781cf1d /README.md | |
parent | a0feaff212f5e4c030dc231a23f8df704ac3aa53 (diff) | |
download | bh20-seq-resource-04912c58cdab27962429be56971afde189d702c4.tar.gz bh20-seq-resource-04912c58cdab27962429be56971afde189d702c4.tar.lz bh20-seq-resource-04912c58cdab27962429be56971afde189d702c4.zip |
Clarify supported formats and make web UI take FASTQ
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -126,10 +126,10 @@ For running/developing the uploader with GNU Guix see [INSTALL.md](./doc/INSTALL # Usage -Run the uploader with a FASTA file and accompanying metadata file in [JSON-LD format](https://json-ld.org/): +Run the uploader with a FASTA or FASTQ file and accompanying metadata file in JSON or YAML: ```sh -bh20-seq-uploader example/sequence.fasta example/metadata.json +bh20-seq-uploader example/sequence.fasta example/metadata.yaml ``` ## Workflow for Generating a Pangenome |