1 / 11

Follow-up Amazon & Unix

Follow-up Amazon & Unix. Konrad Paszkiewicz. 9am – 10:30am. 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

bevan
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 – 10:30am • 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 10:15before 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 and sort them bycolumn 3 • Q4. How many types of feature are there in the At_genes.gff file ? (Hint: this is in Column 3 – how many CDS, exon, mRNA etc entries are there?)

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

  10. When to use Perl GFF file FASTA file

  11. After coffee • Jose and Dan • QIIME • You will be using a different AMI so please terminate your current instances

More Related