Skip to content

Scripts and pipelines for analyzing Oxford Nanopore long-read data

Notifications You must be signed in to change notification settings

IDEELResearch/nanopore-pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanopore-pipelines

Scripts and pipelines for analyzing Oxford Nanopore long-read data

Use at your own risk

Required and Recommended software

QC

  • Porechops (depricated in favor of qcat, but qcat will not trim adapters if you don't have barcodes)
  • qcat

Aligners

  • minimap2
  • ngmlr

Assemblers

  • Canu
  • Flye
  • wtdbg2
  • miniasm

Instructions for removing data from MinIT

  • Connect to minit hostpot using instructions in stupid card

  • On the command line, ssh into the minit device (the IP address aparently is the same for all minit machines, and the password is also listed on the card (come find Kara or Chris if you don't can't find it):

ssh [email protected]

  • The directory structure of the minit looks like this:

$ tree <insert directory heirachy>

  • The data is stored in /data

  • Other devices connected to the minit will be in /media (or possibly /mnt)

  • To move data from the minit to an external drive, do the following:

    1. Plug in external hard drive to the minit
    2. nohup cp -r /data/$folder-of-interest /media/$name-of-external-HD &

    You can now exit from the minit

    • To transfer to longleaf If you would like to click 'n drag:
      1. Plug in external HD with data; make sure it's mounted/your computer recognizes it in the finder
      2. Mount longleaf <insert commands>
      3. You can either click and drag through the finder, or use a command like scp to transfer data from the external HD to longleaf on the command line <insert example command>

About

Scripts and pipelines for analyzing Oxford Nanopore long-read data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published