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

separate the sgc-cluster-workflow into component workflows #5

Open
ccbaumler opened this issue Jan 8, 2024 · 0 comments
Open

separate the sgc-cluster-workflow into component workflows #5

ccbaumler opened this issue Jan 8, 2024 · 0 comments

Comments

@ccbaumler
Copy link
Collaborator

I uploaded the workflow here https://github.com/dib-lab/portable-snakemake-workflows/blob/main/workflows/sgc-prep-cluster

To use this as a downloading workflow, change this line in the config to your metadata file containing a 'Run' column and this command to only run the fasterq-dump command:

snakemake -s sgc-prep-cluster --resources allowed_jobs=100 --profile slurm -R --until dump​

This should get you the files that you need.

Think I should break it down though as it got bigger than I had wanted. I am thinking of changing into three workflows:

  1. get the fastq files
  2. clean the fastq files
  3. sgc commands

That way I can build off of each in interesting ways instead of needing to use the -R --until​ type system.

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