Skip to content

Commit

Permalink
Remove FASTX occurence #93
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-couderc committed Sep 30, 2019
1 parent 45d8b5e commit b181fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ where `$DBDIR` is the directory used to store the database.
When your database is ready, then you will be able to reconstruct your markers:
* Assembly only
In this mode, MATAM will reconstruct the full length sequences present in the sample.
`matam_assembly.py -d $DBDIR/prefix -i $FASTX --cpu 4 --max_memory 10000 -v`
`matam_assembly.py -d $DBDIR/prefix -i reads.fastq --cpu 4 --max_memory 10000 -v`

* Assembly and taxonomic assignment
In this mode, MATAM additionnaly provides a taxonomic classification of the sequences found, together with their abundance. Note that the
Expand Down

0 comments on commit b181fc6

Please sign in to comment.