Scripts and pipelines for analyzing Oxford Nanopore long-read data
Use at your own risk
- Bioconda (needed for installation of some of the below software without root permissions; installation instructions [here])(https://bioconda.github.io/user/install.html)
- Porechops (depricated in favor of qcat, but qcat will not trim adapters if you don't have barcodes)
- qcat
- minimap2
- ngmlr
- Canu
- Flye
- wtdbg2
- miniasm
-
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):
- 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:
- Plug in external hard drive to the minit
- 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:
- Plug in external HD with data; make sure it's mounted/your computer recognizes it in the finder
- Mount longleaf
<insert commands>
- 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>