
7

How to download pUC19 fasta reproducibly
source link: https://gist.github.com/pwh124/6e9ebe4368066de3c5d0de26a34f68be
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How to download pUC19 fasta reproducibly · GitHub
Instantly share code, notes, and snippets.
How to download pUC19 fasta reproducibly
wget -q -O - "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=M77789.2&rettype=fasta&retmode=text" | awk 'FNR==1 {print; next} {printf "%s", $0} END {print ""}' > puc19.fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK