-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(Writing documentation for 2.2.0 release):
- Loading branch information
Showing
12 changed files
with
173 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _files/failed_genomes.tsv: | ||
|
||
failed.genomes.tsv | ||
=================== | ||
|
||
File reporting failed genomes which have been excluded from analysis due to Prodigal failing to call any genes. | ||
|
||
Produced by | ||
----------- | ||
* :ref:`commands/identify` | ||
* :ref:`commands/classify_wf` | ||
|
||
Example | ||
------- | ||
|
||
.. code-block:: text | ||
GCA_000002165.1,No genes were called by Prodigal | ||
GCA_000002175.1,No genes were called by Prodigal | ||
GCA_000002185.1,No genes were called by Prodigal | ||
GCA_000002195.1,No genes were called by Prodigal | ||
GCA_000002205.1,No genes were called by Prodigal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
.. _files/gtdbtk.json: | ||
|
||
gtdbtk.json | ||
========== | ||
|
||
The console output of GTDB-Tk saved to disk in a JSON format. | ||
|
||
Produced by | ||
----------- | ||
|
||
* :ref:`commands/align` | ||
* :ref:`commands/align` | ||
* :ref:`commands/classify` | ||
* :ref:`commands/classify_wf` | ||
* :ref:`commands/de_novo_wf` | ||
* :ref:`commands/identify` | ||
* :ref:`commands/infer` | ||
|
||
Example | ||
------- | ||
|
||
.. code-block:: text | ||
{ | ||
"version": "2.1.1", | ||
"command_line": "gtdbtk classify_wf --batchfile /srv/projects/gtdbtk/test_new_features/gems_benchmark/3lines_batchfile.tsv --out_dir /srv/projects/gtdbtk/test_new_features/gems_benchmark/classify_wf_outdir_prescreen_3lines/ --keep_intermediates --cpus 20 --mash_db /srv/projects/gtdbtk/test_new_features/gems_benchmark/mash_sketch/cli/", | ||
"database_version": "r207", | ||
"database_path": "/srv/projects/gtdbtk/test_new_features/release207_v2/", | ||
"steps": [ | ||
{ | ||
"name": "ANI screen", | ||
"input": "/srv/projects/gtdbtk/test_new_features/gems_benchmark/3lines_batchfile.tsv", | ||
"output_dir": "/srv/projects/gtdbtk/test_new_features/gems_benchmark/classify_wf_outdir_prescreen_3lines/", | ||
"output_files": { | ||
"bac120": "/srv/projects/gtdbtk/test_new_features/gems_benchmark/classify_wf_outdir_prescreen_3lines/classify/ani_screen/gtdbtk.bac120.ani_summary.tsv" | ||
}, | ||
"starts_at": "2023-02-01T08:02:17.814231", | ||
"ends_at": "2023-02-01T08:02:27.782442", | ||
"duration": "0:00:09", | ||
"status": "completed", | ||
"mash_k": 16, | ||
"mash_s": 5000, | ||
"mash_v": 1.0, | ||
"mash_max_dist": 0.1, | ||
"mash_db": "/srv/projects/gtdbtk/test_new_features/gems_benchmark/mash_sketch/cli/" | ||
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. _files/tree_mapping.tsv: | ||
|
||
tree_mapping.tsv | ||
================== | ||
|
||
Map between genomes and the class_level taxonomy tree used to classify them. | ||
|
||
Produced by | ||
----------- | ||
* :ref:`commands/classify_wf` | ||
* :ref:`commands/classify` | ||
|
||
|
||
Example | ||
------- | ||
|
||
.. code-block:: text | ||
user_genome is_ani_classification class_tree_mapped classification_rule | ||
3300006853_26 False 5 Rule 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ Produced by | |
----------- | ||
|
||
* :ref:`commands/ani_rep` | ||
* :ref:`commands/classify` | ||
* :ref:`commands/classify_wf` |