Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/soedinglab/plass
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Aug 12, 2018
2 parents b91e422 + 815ba31 commit 4f51288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,10 +25,10 @@ The following command will download the last Plass version, extract it and set t
Plass can assemble both paired-end reads (FASTQ) and single reads (FASTA or FASTQ):

# assemble paired-end reads
plass assemble reads_1.fastq reads_2.fastq assembly.fas tmp
plass assemble examples/reads_1.fastq.gz examples/reads_2.fastq.gz assembly.fas tmp

# assemble single-end reads
plass assemble reads.fasta assembly.fas tmp
plass assemble examples/reads_1.fastq.gz assembly.fas tmp
Important parameters:

Expand Down

0 comments on commit 4f51288

Please sign in to comment.