You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHEWBBACA/docs/user/getting_started/important_notes.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ Important Notes
12
12
- chewBBACA defines an allele as a complete Coding DNA Sequence (CDS), with start and stop codons
13
13
according to the `NCBI genetic code table 11 <http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi>`_
14
14
(identified using `Prodigal <https://github.com/hyattpd/prodigal/releases/>`_ for chewBBACA<=3.2.0 and
15
-
`Pyrodigal <https://github.com/althonos/pyrodigal>`_ for chewBBACA>=3.3.0, but with the option to provide FASTA
16
-
files with CDSs). It will automatically exclude any allele for which the DNA sequence does not contain start or stop
15
+
`Pyrodigal <https://github.com/althonos/pyrodigal>`_ for chewBBACA>=3.3.0). It will automatically exclude any allele for which the DNA sequence does not contain start or stop
17
16
codons and for which the length is not multiple of three. Alleles that contain ambiguous bases are also excluded.
18
17
- Make sure that your FASTA files are UNIX format. If they were created in Linux or MacOS
19
18
systems they should be in the correct format, but if they were created in Windows systems,
* `MAFFT >=7.505 <https://mafft.cbrc.jp/alignment/software/>`_ (used by the SchemaEvaluator module only)
58
+
* `FastTree >=2.1.11 <http://www.microbesonline.org/fasttree/>`_ (used by the AlleleCallEvaluator module only)
59
59
60
60
.. important::
61
61
Installation through conda should take care of all dependencies. If you install through
62
62
pip you need to ensure that you have BLAST, MAFFT, FastTree and Prodigal (for chewBBACA <3.3.0)
63
63
installed and added to the PATH.
64
64
65
-
The reports generated by the SchemaEvaluator and AlleleCallEvaluator modules use the `React <https://react.dev/>`_ library and the following JavaScript packages:
65
+
The reports generated by the SchemaEvaluator and AlleleCallEvaluator modules use the `React <https://react.dev/>`_ library and the following JavaScript (JS) packages:
66
66
67
67
- `Material UI <https://www.npmjs.com/package/@mui/material>`_ for most of the components.
68
68
- `MUI-Datatables <https://www.npmjs.com/package/mui-datatables>`_ for datatables components.
@@ -73,5 +73,4 @@ The reports generated by the SchemaEvaluator and AlleleCallEvaluator modules use
73
73
- `Monaco Editor for React <https://www.npmjs.com/package/@monaco-editor/react>`_ for the read-only code editor that displays the DNA and Protein sequences.
74
74
- `react-markdown <https://www.npmjs.com/package/react-markdown>`_ and `remark-gfm <https://www.npmjs.com/package/remark-gfm>`_ to render markdown.
75
75
76
-
.. note::
77
-
You do not need to install the JS packages. chewBBACA includes JS bundles that are added to the report directory and are used by the browser.
76
+
You do not need to install these JS packages. chewBBACA includes `JS bundles <https://github.com/B-UMMI/chewBBACA/tree/master/CHEWBBACA/report_template_components/src/bundles>`_ that are added to the report directory and are used by the browser.
Copy file name to clipboardexpand all lines: CHEWBBACA/docs/user/getting_started/useful_links.rst
-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,6 @@ Useful links
5
5
Chewie-NS allows chewBBACA users to download and update cg/wgMLST schemas,
6
6
allowing the easy sharing of results, while ensuring the reproducibility and
7
7
consistency of these steps.
8
-
- Use `BBACA gitter <https://gitter.im/BBACA/Lobby>`_ if you have any pressing
9
-
question. Chat can be faster and better than email for troubleshooting purposes.
10
8
- A ready to use `docker image <https://hub.docker.com/r/ummidock/chewbbaca>`_
11
9
automatically built from the latest version of chewBBACA in Ubuntu 22.04.
12
10
- chewBBACA is available as a `Galaxy module <https://toolshed.g2.bx.psu.edu/repository?repository_id=88fd7663075eeae9&changeset_revision=093352878303>`_.
You can propose a new one to be added to the repository or create your own training files.
121
-
To create a training file make sure you have Prodigal installed and run the following command:
122
+
You can propose a new one to be added to the repository or create your own.
123
+
To create a training file make sure you have Prodigal installed and adapt the following command:
122
124
123
125
::
124
126
125
127
prodigal -i myGoldStandardGenome.fna -t myTrainedFile.trn -p single
126
128
129
+
The `Prodigal wiki <https://github.com/hyattpd/prodigal/wiki/Gene-Prediction-Modes#training-mode>`_
130
+
includes more detailed information about how to create a training file.
131
+
127
132
How should I cite chewBBACA?
128
133
............................
129
-
If you use chewBBACA, please cite:
130
134
131
-
Silva M, Machado MP, Silva DN, Rossi M, Moran-Gilad J, Santos S, Ramirez M, Carriço JA. 2018. chewBBACA: A complete suite for gene-by-gene schema creation and strain identification. Microb Genom 4:000166. doi:10.1099/mgen.0.000166
135
+
Please refer to the Citation section in the :doc:`Overview </user/getting_started/overview>` page.
0 commit comments