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

Nextflow basic pipeline #8

Open
crosenth opened this issue Aug 24, 2023 · 4 comments
Open

Nextflow basic pipeline #8

crosenth opened this issue Aug 24, 2023 · 4 comments
Assignees

Comments

@crosenth
Copy link
Member

  1. Create one container with all dependencies

Pipeline:

  1. cmalign query sequences to 16s profile
  2. esl-alimerge query and reference alignments
  3. pplacer
  4. guppy classifications classifications.db
  5. Reports (get_classifications.py, sv_table.R, label_taxon_table.py)

@nhoffman

@crosenth crosenth self-assigned this Aug 24, 2023
@crosenth
Copy link
Member Author

crosenth commented Aug 31, 2023

  1. Get rid of (bio)scons from requirements.txt
  2. Convert biopython requirement to fastalite, see bin/downsample(.py)
  3. R Phyloseq package needs to be found from somewhere (in dada2-nf image currently) Just use the dada2-nf image for now

@crosenth
Copy link
Member Author

  1. Drop cmfilter.py step because dada2-nf is already doing (may want to put this back in later)
  2. Use dada-nf Docker image (package) for entire pipeline

@crosenth
Copy link
Member Author

crosenth commented Sep 21, 2023

Additional pipeline dependencies from dada2-nf:

  1. pplacer and guppy
  2. taxtastic and sqlalchemy
  3. FastTree (Phyloseq rds file)

@crosenth
Copy link
Member Author

Use taxtastic image for pplacer, guppy and do not create Phyloseq object

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

1 participant