Skip to content

Commit

Permalink
Update 02-building-graphs-with-pggb.ipynb
Browse files Browse the repository at this point in the history
Arrgh! Escapes.
  • Loading branch information
joannmudge authored Oct 21, 2024
1 parent 24ce2e0 commit 700d7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module_notebooks/02-building-graphs-with-pggb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"source": [
"for i in *genome.fa.gz; do\n",
"\tzcat $i | sed \"s\/>\/>${accession}_\/\" | gzip > prepend_${i} \n",
"\n",
"\tmv prepend_${i} $i\n",
"done\n"
]
Expand Down

0 comments on commit 700d7fd

Please sign in to comment.