1 / 9

Follow-up Amazon & Unix

Follow-up Amazon & Unix. Konrad Paszkiewicz. 9am – 10am. Continue with Unix (and/or Perl tutorial) Open the text file containing your Amazon password from yesterday Go to https://nescent.signin.aws.amazon.com/console Start your instance

elvis
Télécharger la présentation

Follow-up Amazon & Unix

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Follow-up Amazon & Unix Konrad Paszkiewicz

  2. 9am – 10am • Continue with Unix (and/or Perl tutorial) • Open the text file containing your Amazon password from yesterday • Go to https://nescent.signin.aws.amazon.com/console • Start your instance • Remember that your public DNS address for the VM will have changed • Short 10 min challenge at 09:50 before coffee

  3. After Log-In

  4. Start your instance

  5. Copy the new Host DNS address

  6. Start the NoMachine Program

  7. Paste the DNS address

  8. Quiz! • Use files in: ~/tutorial_materials/Data/Arabidopsis • Q1. How many sequences are listed in the file intron_IME_data.fasta ? • Q2. How many proteins with names containing the word GTP are in the file At_proteins.fasta ? • Q3. Print every entry on Chromosome 5 in At_genes.gff in order of column 3

  9. Answers • Q1. • grep "^>" intron_IME_data.fasta • 59260 • Q2. • grep –c "^>.*GTP" At_proteins.fasta • 246 • Q3. • grep Chr5 At_genes | sort –k 3

More Related