Skip to content

Raw sequence metagenomic reads pre-processing: trimming, QC, and host contamination

License

Notifications You must be signed in to change notification settings

SegataLab/preprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install it

conda install preprocessing -c fasnicar

How to use it

Example command line:

parallel -j NCPU 'preprocess.sh -i {} [other params]' ::: `ls input_folder`

where:

  • preprocess.sh takes one parameter which is the input folder containing the raw reads
  • input folder should contains the raw reads

Building conda package

conda build recipe --python 3 -c bioconda