Skip to content

Instantly share code, notes, and snippets.

@fjossinet
Created June 16, 2012 12:45
Show Gist options
  • Save fjossinet/2941262 to your computer and use it in GitHub Desktop.
Save fjossinet/2941262 to your computer and use it in GitHub Desktop.
Extract all accession ids from the RFAM webpage
wget -qO - "http://rfam.sanger.ac.uk/family/browse" | grep ">RF" | tr -d ' ' | cut -d \> -f 2 | cut -d \< -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment