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

Use fastqc wrapper #80

Open
Smeds opened this issue Mar 16, 2021 · 1 comment
Open

Use fastqc wrapper #80

Smeds opened this issue Mar 16, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Smeds
Copy link
Contributor

Smeds commented Mar 16, 2021

shell:
"(fastqc --quiet -t {threads} --outdir {params.outdir} {input}) &> {log}"

shell:
"(fastqc --quiet -t {threads} --outdir {params.outdir} {input}) &> {log}"

Start using wrapper
https://snakemake-wrappers.readthedocs.io/en/stable/wrappers/fastqc.html

@Smeds Smeds added enhancement New feature or request good first issue Good for newcomers labels Mar 16, 2021
@jonca79
Copy link
Contributor

jonca79 commented Mar 16, 2021

Could be problems with the temporary directory and singularity permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants