This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # jotting down so I don't forget this one! | |
| # originally shared from Erin Young | |
| # requires NCBI e-utils commands | |
| esearch -db sra -query $PNUSA </dev/null | efetch -format docsum | xtract -pattern Runs -element Run@acc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # by: Curtis Kapsak ([email protected]) | |
| # 2021-07-30; updated 2022-03-03 | |
| # | |
| # This script is for concatenating fastq.gz files that from a Nanopore sequencing run, | |
| # specifically with barcoded/multiplexed sequencing runs. It will not overwrite the original fastq files, but rather | |
| # concatenate fastqs for each barcoded sample, and write them to a single output directory. | |
| # | |
| # REQUIREMENTS: | |
| # This script requires that fastq.gz files are arranged in the normal output/directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| soil = c("Collembola", "Earthworms", "Myriapoda", | |
| "Termites", "Ants", "Isopods", "Psuedoscorpion", | |
| "Oribatid mites", "Protura", "Enchytraeids", "Nematodes", | |
| "Tardigrades", "Arbuscular mycorrhiza","Ectomycorrhiza", | |
| "Fungi", "Nitrifiers", "Denitrifiers", "Archaea", "Bacteria", | |
| "Protists", "Proteobacteria", "Lichen","Enchytraeides", "Coleoptera", | |
| "Slugs", "Spiders", "Ascomycota", "Basidiomycota", "Algae","Bacteriodes", | |
| "Verrucomicrobia") # Generate names | |
| # install.packages("devtools") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Use ubuntu as base image | |
| FROM ubuntu:bionic | |
| # metadata | |
| LABEL base.image="ubuntu:bionic" | |
| LABEL version="1" | |
| LABEL software="Lyve-SET" | |
| LABEL software.version="2.0.1" | |
| LABEL description="LYVE-SET, a method of using hqSNPs to create a phylogeny, especially for outbreak investigations" | |
| LABEL website="https://github.com/lskatz/lyve-SET" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 |