Skip to content

Instantly share code, notes, and snippets.

@StephenFordham
Created May 3, 2019 08:50
Show Gist options
  • Save StephenFordham/a77a2ca591a9ff5539405835e59485e8 to your computer and use it in GitHub Desktop.
Save StephenFordham/a77a2ca591a9ff5539405835e59485e8 to your computer and use it in GitHub Desktop.
creating_lists
my_unknown_id = A['Unknown_sample_no'].tolist()
my_unknown_seq = A['Unknown_sample_seq'].tolist()
Reference_species = B['Reference_sequences_ID'].tolist()
Reference_sequences = B['Reference_sequences'].tolist()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment