├── DESCRIPTION ├── MJOLNIR_workflow_V1.png ├── NAMESPACE ├── R ├── mjolnir1_RAN.R ├── mjolnir2_FREYJA.R ├── mjolnir3_HELA.R ├── mjolnir4_ODIN.R ├── mjolnir5_THOR.R ├── mjolnir6_FRIGGA.R ├── mjolnir7_LOKI.R ├── mjolnir8_RAGNAROC.R └── owi_obisample2vsearch.R ├── README.md ├── example_MJOLNIR_demultiplexed_data ├── Anishinabe_R1.fastq ├── Anishinabe_R2.fastq ├── BATS_metadata.tsv ├── Barnabas_R1.fastq ├── Barnabas_R2.fastq ├── Bartok_R1.fastq ├── Bartok_R2.fastq ├── Camazotz_R1.fastq ├── Camazotz_R2.fastq ├── Chocula_R1.fastq ├── Chocula_R2.fastq ├── Duckula_R1.fastq ├── Duckula_R2.fastq ├── Orlok_R1.fastq ├── Orlok_R2.fastq ├── README ├── Vampirella_R1.fastq ├── Vampirella_R2.fastq ├── Von_Count_R1.fastq ├── Von_Count_R2.fastq ├── Whiskers_R1.fastq ├── Whiskers_R2.fastq └── mjolnir_BATS.R ├── example_MJOLNIR_multiplexed_data_metafast ├── README ├── ULO1_R1.fastq.gz ├── ULO1_R2.fastq.gz ├── ULO2_R1.fastq.gz ├── ULO2_R2.fastq.gz ├── ULO3_R1.fastq.gz ├── ULO3_R2.fastq.gz ├── ULO4_R1.fastq.gz ├── ULO4_R2.fastq.gz ├── ULOY_metadata.tsv ├── mjolnir_ULOY.R ├── ngsfilter_ULO1.tsv ├── ngsfilter_ULO2.tsv ├── ngsfilter_ULO3.tsv └── ngsfilter_ULO4.tsv ├── mjolnir.Rproj └── mjolnir_blue_mid.png /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /MJOLNIR_workflow_V1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/MJOLNIR_workflow_V1.png -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- 1 | exportPattern("^[[:alpha:]]+") 2 | -------------------------------------------------------------------------------- /R/mjolnir1_RAN.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir1_RAN.R -------------------------------------------------------------------------------- /R/mjolnir2_FREYJA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir2_FREYJA.R -------------------------------------------------------------------------------- /R/mjolnir3_HELA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir3_HELA.R -------------------------------------------------------------------------------- /R/mjolnir4_ODIN.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir4_ODIN.R -------------------------------------------------------------------------------- /R/mjolnir5_THOR.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir5_THOR.R -------------------------------------------------------------------------------- /R/mjolnir6_FRIGGA.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir6_FRIGGA.R -------------------------------------------------------------------------------- /R/mjolnir7_LOKI.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir7_LOKI.R -------------------------------------------------------------------------------- /R/mjolnir8_RAGNAROC.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/mjolnir8_RAGNAROC.R -------------------------------------------------------------------------------- /R/owi_obisample2vsearch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/R/owi_obisample2vsearch.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/README.md -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Anishinabe_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Anishinabe_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Anishinabe_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Anishinabe_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/BATS_metadata.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/BATS_metadata.tsv -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Barnabas_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Barnabas_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Barnabas_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Barnabas_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Bartok_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Bartok_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Bartok_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Bartok_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Camazotz_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Camazotz_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Camazotz_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Camazotz_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Chocula_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Chocula_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Chocula_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Chocula_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Duckula_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Duckula_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Duckula_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Duckula_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Orlok_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Orlok_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Orlok_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Orlok_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/README -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Vampirella_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Vampirella_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Vampirella_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Vampirella_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Von_Count_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Von_Count_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Von_Count_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Von_Count_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Whiskers_R1.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Whiskers_R1.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/Whiskers_R2.fastq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/Whiskers_R2.fastq -------------------------------------------------------------------------------- /example_MJOLNIR_demultiplexed_data/mjolnir_BATS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_demultiplexed_data/mjolnir_BATS.R -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/README -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO1_R1.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO1_R1.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO1_R2.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO1_R2.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO2_R1.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO2_R1.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO2_R2.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO2_R2.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO3_R1.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO3_R1.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO3_R2.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO3_R2.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO4_R1.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO4_R1.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULO4_R2.fastq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULO4_R2.fastq.gz -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ULOY_metadata.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ULOY_metadata.tsv -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/mjolnir_ULOY.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/mjolnir_ULOY.R -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO1.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO1.tsv -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO2.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO2.tsv -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO3.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO3.tsv -------------------------------------------------------------------------------- /example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO4.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/example_MJOLNIR_multiplexed_data_metafast/ngsfilter_ULO4.tsv -------------------------------------------------------------------------------- /mjolnir.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/mjolnir.Rproj -------------------------------------------------------------------------------- /mjolnir_blue_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uit-metabarcoding/MJOLNIR/HEAD/mjolnir_blue_mid.png --------------------------------------------------------------------------------