Skip to content

leandrotiburske/BipolarMicrobiome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BipolarMicrobiome

Microbiome paired-end sequencing data from the European Nucleotide Archive (ENA) project PRJNA544731 was downloaded and pre-processed with QIIME 2. To generate an input, the following command was ran on Linux terminal in the same directory as all the FASTQ files were downloaded:

conda activate qiime2-2022.2

qiime tools import --type 'SampleData[PairedEndSequencesWithQuality]' \
--input-path ../manifest\ file.tsv \
--output-path paired-end-demux.qza \
--input-format PairedEndFastqManifestPhred33V2

The manifest file was created according to the QIIME2 page recomendations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published