Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed Apr 14, 2021
1 parent 83eaeea commit 5559549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Contents
========

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: General:

the_format.md
Expand Down
4 changes: 2 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Troubleshooting

## AGAT throws features out, because the feature type is not yet taken into account
# AGAT throws features out, because the feature type is not yet taken into account
Feature types (primary_tag) handled by AGAT are defined within json files. Most common features are already defined in those files. If you encounter files with feature types not accepted, AGAT will inform you and throw the features out. To keep those feature you must inform properly AGAT how to handle them.
First access the json files by running:
```
Expand Down Expand Up @@ -31,7 +31,7 @@ Where `bigRNA`is the feature type and `gene`the parent feature type expected.
* standalone: feature does not expect children
* other values do not have any meaning but a value is required, write whatever you want.

## AGAT throws features out, because child features are not provided
# AGAT throws features out, because child features are not provided
Features level1 (e.g. gene, match, chromosome) may require to have child features or not depending of the information stored into the `features_level1.json` file. If a child is required, and the GFF file does not contain it, the level1 feature will be thrown away. You must modify the json file to add the the term `standalone` to inform AGAT that this feature level1 do not require any child. (This work only on feature level1, not level2 or level3). To access the json files run the following command:
```
# export the json files
Expand Down

0 comments on commit 5559549

Please sign in to comment.