Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microbiome metagenomics analysis of Kilifi creek mangrove sediments #2

Open
kipkurui opened this issue Jul 5, 2019 · 9 comments
Open
Assignees

Comments

@kipkurui
Copy link
Collaborator

kipkurui commented Jul 5, 2019

Briefly comment on this issue why you'd be interested in this project.

@shabanimziray
Copy link

I am interested in this topic because it will complement my current PhD project which is about Metagenomics. I might apply the pipelines and tools generated in this project to address the voluminous metagenomic data that are anticipated to be generated in my project

@elizabeth5127
Copy link

i have a passion on metagenomics that get i better understanding on the pipeline and tools involved in data analysis

@bwanya
Copy link

bwanya commented Jul 5, 2019

I’m interested in this project too as my second choice

@Stanslauskiilu
Copy link

I interested in this mini project as my first option

@tolbertsonda
Copy link

I will be happy to join the team working on this project

@kipkurui
Copy link
Collaborator Author

kipkurui commented Jul 6, 2019

@karegapauline, you are part of this project...comment on this issue so that I can assign you

@tolbertsonda
Copy link

Project #2 will enable me learn how these microbiome/metagenomics pipelines are developed and work

@karegapauline
Copy link

I am interested in this project as it will enable me to understand more on genomic aspects that I need.

@henrick-aduda
Copy link

henrick-aduda commented Jul 18, 2019

#bash script for running trimmomatic on hpc
#!/bin/bash

#SBATCH -p batch
#SBATCH -w compute05
#SBATCH -J trimming
#SBATCH -n 2
#SBATCH -o out.txt
#SBATCH -e slurm_errors

#module load trimmomatic
module load trimmomatic/0.38

#changing directory to our working directory(data directory)
cd /home/user11/group5_miniproject

#picking each read in the samples folder using a for loop
for infile in *1.fastq.gz
do
base=$(basename ${infile} 1.fastq.gz)
java -jar /export/apps/trimmomatic/0.38/trimmomatic-0.38.jar PE ${infile} ${base}2.fastq.gz
${base}_1.trim.fastq.gz ${base}_1un.trim.fastq.gz
${base}_2.trim.fastq.gz ${base}_2un.trim.fastq.gz HEADCROP:7
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants