Skip to content

Commit

Permalink
Update 02-building-graphs-with-pggb.ipynb
Browse files Browse the repository at this point in the history
Removed the text stating that we had changed the sequence names since the students are now doing it. Moved the link to the naming specification.
  • Loading branch information
joannmudge authored Oct 18, 2024
1 parent dc9dcbe commit 48845f4
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions module_notebooks/02-building-graphs-with-pggb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,7 @@
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### We Changed the Names\n",
"\n",
"+ YPRP FASTA files only contain chromosome names\n",
"+ We prefixed every chromosome with its assembly name and a \".\" delineator\n",
" + e.g. S288C.chrVIII\n",
"+ [Pangenome Sequence Naming Specification](https://github.com/pangenome/PanSN-spec)",
"\n"
]
},
{
{
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -178,6 +165,7 @@
"metadata": {},
"source": [
"2. Change the fasta headers to include the yeast accession name\n",
"[Pangenome Sequence Naming Specification](https://github.com/pangenome/PanSN-spec)\n\n",
" + The for loop will work through each of the genome fasta files.\n",
" + It will strip off the file suffix to get the yeast accession name.\n",
" + It will then use sed to substitute the accession name in after the \">\" of the header line.\n",
Expand Down

0 comments on commit 48845f4

Please sign in to comment.