Skip to content

Commit

Permalink
Remove long anchor from wikipedia link [#1133]
Browse files Browse the repository at this point in the history
I think this was supposed to highlight or focus some text, somehow?
But it wasn't doing anything, and the text in the anchor is already at
the top of the entry on wikipedia.

Removing it didn't change any behavior.
  • Loading branch information
genehack committed Aug 9, 2024
1 parent 3ab738b commit ec3f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guides/data-prep/local-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The first 2 lines in ``data/sequences.fasta`` look like this:

**The first line is the ``strain`` or ``name`` of the sequence.** Lines with names in FASTA files always start with the ``>`` character (this is not part of the name), and may not contain spaces or ``()[]{}|#><``. Note that “strain” here carries no biological or functional significance and should largely be thought of as synonymous with “sample.”

The sequence itself is a `consensus genome <https://en.wikipedia.org/wiki/Consensus_sequence#:~:text=In%20molecular%20biology%20and%20bioinformatics,position%20in%20a%20sequence%20alignment.>`__.
The sequence itself is a `consensus genome <https://en.wikipedia.org/wiki/Consensus_sequence>`__.

**By default, sequences less than 27,000 bases in length or with more than 3,000 ``N`` (unknown) bases are omitted from the analysis.** For a basic QC and preliminary analysis of your sequence data, you can use `clades.nextstrain.org <https://clades.nextstrain.org/>`__. This tool will check your sequences for excess divergence, clustered differences from the reference, and missing or ambiguous data. In addition, it will assign nextstrain clades and call mutations relative to the reference.

Expand Down

0 comments on commit ec3f643

Please sign in to comment.