Skip to content

Commit 5fdb20c

Browse files
rpetit3actions-user
authored andcommitted
ci - auto build from bactopia
1 parent 01fd4d9 commit 5fdb20c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/beginners-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Bactopia on. We will look at the following inputs:
6868

6969
### Illumina and/or Nanopore Reads
7070

71-
Let's start with the most common inputs, plain old FASTQ files for a _single sample_. Bactopia
71+
Let's start with the most common inputs, plain on FASTQ files for a _single sample_. Bactopia
7272
accepts both Illumina (pair-end or single-end) and Nanopore reads, and can even process them
7373
together for a hybrid assembly.
7474

@@ -218,7 +218,7 @@ file will be processed by Bactopia just like your normal local FASTQs.
218218
!!! question "Why only Experiment accessions?"
219219
In the grand scheme of accession hierarchies, Experiment accessions are really the only
220220
unique ones. For example, a multiple Run accessions can be associated with a single
221-
Experiment accession. Or, multiple Experiment accessions can be associated with a single
221+
Experiment accession. Or, multiple Exeriment accessions can be associated with a single
222222
BioSample accession. So, by using Experiment accessions, you can be confident you are
223223
getting only the sequences associated with that "_unique_" Experiment.
224224

@@ -247,7 +247,7 @@ to go fetch the associated assembly and process it just like a local assembly.
247247
```
248248

249249
!!! question "Do I need to provide the assembly version? (e.g. GCF_000000000.1)"
250-
Over time I've found the assembly version to be unstable. For example, sometimes
250+
Overtime I've found the assembly version to be unstable. For example, sometimes
251251
an assembly might be corrected, and the previous version is not made available
252252
any longer. So, to avoid any issues, Bactopia will always use the latest version
253253
of a given NCBI Assembly accession.
@@ -623,7 +623,7 @@ With this, Nextflow will use Docker to run all the processes in Bactopia (even t
623623
Bactopia is installed with Conda!).
624624

625625
!!! tip "Always prefer containers over Conda"
626-
While I will be the first to admit that I love Conda, it is not perfect. Over time tools
626+
While I will be the first to admit that I love Conda, it is not perfect. Overtime tools
627627
can become broken or incompatible due to dependencies. Containers are a great way
628628
to avoid these issues. If you are using Bactopia, and have Docker or Singularity
629629
available I would recommend using them over Conda.
@@ -742,4 +742,4 @@ successfully, the appropriate results are pulled out and placed in the sample's
742742
The `work` directory can grow very large very quickly! Please keep this in mind when using
743743
Bactopia (_and other Nextflow pipelines_). To help prevent the build up of the `work`
744744
directory you can use `--cleanup_workdir` to automatically delete the `work` directory after
745-
a successful run.
745+
a successful run.

0 commit comments

Comments
 (0)