Project

General

Profile

Wiki » History » Version 3

Katie Lennard, 03/25/2022 09:03 PM

1 1 Katie Lennard
# Wiki
2
3
# Data location
4
5
The data was transferred using Globus connect and Ilifu's Globus endpoint from a PC setup in cbio to Ilifu: 
6
7
`/cbio/users/katie/Nono/metagenomics
8
` 
9
10
The data has already been cleaned and decontaminated (human) by BGI, who have also performed a full analysis on the data (see files section)
11
12
The full BGI results can be found together with the cleaned reads on Ilifu.
13 2 Katie Lennard
14
# YAMP pipeline update
15 3 Katie Lennard
The YAMP pipeline was updated with:
16
1. the latest metaphlan DB, downloaded from https://zenodo.org/record/4629921#.Yji3YxNBzOR
17
2. the latest humann DBs (chocophlan and uniref), as described here https://github.com/alesssia/YAMP/wiki/Getting-started#notes-on-the-metaphlan-databases and first downloading the relevant singularity container with `singularity pull docker://biobakery/workflows:3.0.0.a.6.metaphlanv3.0.7`
18
The command executed, from within the github directory of the latest YAMP repo was:
19
`singularity run biobakery/workflows:3.0.0.a.6.metaphlanv3.0.7 humann_databases --download chocophlan full
20
   ./assets/data/chocophlan `
21
AND
22
`singularity run biobakery/workflows:3.0.0.a.6.metaphlanv3.0.7 humann_databases --download uniref uniref90_diamond
23
   ./assets/data/uniref`