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

Missing output folders #285

Closed
andrewdchen opened this issue Sep 11, 2023 · 1 comment
Closed

Missing output folders #285

andrewdchen opened this issue Sep 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@andrewdchen
Copy link

andrewdchen commented Sep 11, 2023

Description of the bug

The pipeline on my data ran successfully but I'm missing several results folders including edgeR.

Currently I only have the output folders:

fastp
genome
index
pipeline_info

I'm only skipping fastqc and multiqc in the pipeline command.
Seems like the awsmegatests are also missing a couple of output folders.

Command used and terminal output

nextflow run nf-core/smrnaseq \
    -r 2.2.3 \
    -profile singularity \
    --input clean_samplesheet.csv \
    --skip_fastqc \
    --skip_multiqc \
    --genome 'GRCh37' \
    --mirtrace_species 'hsa' \
    --protocol 'illumina' \
    --outdir 'Processed'

Relevant files

No response

System information

Nextflow version: 23.04.1
Hardware: HPC
Executor: Sun Grid Engine
Container engine: Singularity
OS: AlmaOS 8 Linux
Version of nf-core/smrnaseq: v2.2.3-g18d6c84

@andrewdchen andrewdchen added the bug Something isn't working label Sep 11, 2023
@apeltzer
Copy link
Member

apeltzer commented Feb 5, 2024

Dev should be fine now

@apeltzer apeltzer closed this as completed Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants