Skip to content

Commit

Permalink
Reformat workflow pangenome analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjarnoux committed Nov 27, 2023
1 parent becd4a5 commit e956bb0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/user/PangenomeAnalyses/pangenomeWorkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ This command will launch the [annotation](./pangenomeAnalyses.md#annotation), [c

You need to provide a tab-separated list of either annotated files or fasta files. The expected format is detailed [here](./pangenomeAnalyses.md#annotation)

You can use the workflow such as: `ppanggolin workflow --anno organism.gbff.list`
You can use the workflow with annotated files such as:
```
ppanggolin workflow --anno organism.gbff.list
```

For fasta files, you have to change for this command:
```
ppanggolin workflow --fasta organism.fasta.list
```

Moreover, as its explained [here](./pangenomeAnalyses.md#read-clustering),
it's also possible to provide your own clustering in the workflow command as such:
Moreover, as its explained [here](./pangenomeAnalyses.md#read-clustering), it's also possible to provide your own clustering in the workflow command as such:

```
ppanggolin workflow --annot organism.gbff.list --clusters clusters.tsv
ppanggolin workflow --anno organism.gbff.list --clusters clusters.tsv
```

All the option are common to the command explain below, so you can have complete information by reading them.
Expand Down

0 comments on commit e956bb0

Please sign in to comment.