Skip to content

Commit

Permalink
v1.0.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed May 16, 2023
1 parent a1e9177 commit ba92cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ufcg profile -i <INPUT> -o <OUTPUT> [OPTIONS]
### `tree`
UFCG `tree` reconstructs the phylogenetic relationship of the set of marker gene profiles.
~~~bash
ufcg tree -i <INPUT> -l <LEAF_FORMAT> [OPTIONS]
ufcg tree -i <INPUT> -o <OUTPUT> [OPTIONS]
~~~

### `train`
Expand Down
4 changes: 2 additions & 2 deletions src/pipeline/UFCGMainPipeline.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

@SuppressWarnings("restriction")
public class UFCGMainPipeline {
public static final String VERSION = "1.0.3";
public static final String RELEASE_DATE = "Jan. 2023";
public static final String VERSION = "1.0.4";
public static final String RELEASE_DATE = "May 2023";
public static final String CITATION = " Kim, D., Gilchrist, C.L.M., Chun, J. & Steinegger, M. (2023)\n"
+ " UFCG: database of universal fungal core genes and pipeline for genome-wide phylogenetic analysis of fungi.\n"
+ " Nucleic Acids Research, 51(D1), D777-D784, doi:10.1093/nar/gkac894.\n";
Expand Down

0 comments on commit ba92cde

Please sign in to comment.