Skip to content

Commit

Permalink
Update submodule03_genomics_file_format.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
RossCampbellNIH2 authored Oct 18, 2024
1 parent e5be556 commit 84445eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWS/submodule03_genomics_file_format.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
"| A | 65 | 32 |\n",
"| … | … | … |\n",
"\n",
" You can see the full table [here](https://support.illumina.com/help/BaseSpace_OLH_009008/Content/Source/Informatics/BS/QualityScoreEncoding_swBS.htm). This encoding means that quality scores only take up **1 byte per value** in the FASTQ file (saves disk space).\n",
" You can see the full table [here](https://support.illumina.com/help/BaseSpace_Sequence_Hub_OLH_009008_2/Source/Informatics/BS/QualityScoreEncoding_swBS.htm). This encoding means that quality scores only take up **1 byte per value** in the FASTQ file (saves disk space).\n",
"\n",
"For example, the first base call in our sequence example above, the `C` has a quality score encoded by an `H`, which corresponds to a Q-score of 34, meaning this is a good quality base call.\n",
"\n",
Expand Down

0 comments on commit 84445eb

Please sign in to comment.