Skip to content

Commit

Permalink
Minor fixes in LICENSE and README
Browse files Browse the repository at this point in the history
  • Loading branch information
almiheenko committed Nov 30, 2018
1 parent 4c1fad6 commit dfd4553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
AGB: Assembly Genome Browser
AGB: Assembly Graph Browser
Copyright (c) 2018 Saint Petersburg State University

AGB is free software; you can redistribute it and/or modify
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -24,15 +24,15 @@ source activate AGB
### Usage
Run AGB to visualize an assembly graph:
```
agb.py --graph <GFA(1,2)/FASTG/Graphviz file>
agb.py --graph <GFA(1,2)/FASTG/Graphviz file> -a <assembler_name>
```

Run AGB on an assembler output folder to visualize an assembly graph with additional useful information:
```
agb.py -i <assembler_output_dir>
agb.py -i <assembler_output_dir> -a <assembler_name>
```

The assembly graph viewer will be saved to agb_output/viewer.html.
The assembly graph viewer will be saved to <code>agb_output/viewer.html</code>.

### Examples

Expand Down

0 comments on commit dfd4553

Please sign in to comment.