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

error when running test profile: Input tuple does not match input set cardinality declared by process count #14

Open
jennomics opened this issue Jul 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@jennomics
Copy link

jennomics commented Jul 20, 2021

when running:

nextflow run qbic-pipelines/cellranger

I'm getting:

N E X T F L O W ~ version 21.04.1
Launching cellranger/main.nf [lonely_turing] - revision: 04c22e90bc


                                    ,--./,-.
    ___     __   __   __   ___     /,-._.--~'

|\ | |__ __ / / \ |__) |__ } { | \| | \__, \__/ | \ |___ \-.,--, .,._,'
qbic-pipelines/cellranger v1.0.1

Core Nextflow options
runName : lonely_turing
containerEngine : docker
container : qbicpipelines/cellranger:1.0
launchDir : /home/ec2-user/environment/qbic
workDir : /home/ec2-user/environment/qbic/work
projectDir : /home/ec2-user/environment/qbic/cellranger
userName : ec2-user
profile : test,docker
configFiles : /home/ec2-user/environment/qbic/cellranger/nextflow.config

Input/output options
input : https://raw.githubusercontent.com/qbic-pipelines/cellranger/master/testdata/input_data.tsv
index_file : true

Reference genome options
save_reference : false
reference_name : Homo_sapiens.GRCh38.chr_22
fasta : https://raw.githubusercontent.com/qbic-pipelines/cellranger/dev/testdata/Homo_sapiens.GRCh38.dna.chromosome.22.fa
gtf : https://raw.githubusercontent.com/qbic-pipelines/cellranger/dev/testdata/Homo_sapiens.GRCh38.104.chr_22.gtf

Generic options
max_multiqc_email_size : 25 MB

Max job request options
max_cpus : 2
max_memory : 6 GB
max_time : 2d

Institutional config options
config_profile_name : Test profile
config_profile_description: Minimal test dataset to check pipeline function


Only displaying parameters that differ from defaults.

[- ] process > get_software_versions -
[- ] process > get_references -
[- ] process > get_software_versions -
[- ] process > get_references -
[- ] process > get_software_versions [ 0%] 0 of 1
[- ] process > get_references -
executor > local (1)
[- ] process > get_software_versions [ 0%] 0 of 1
executor > local (1)
[- ] process > get_software_versions [ 0%] 0 of 1
executor > local (2)
[da/985c31] process > get_software_versions [ 0%] 0 of 1
executor > local (3)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
executor > local (3)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
executor > local (4)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
executor > local (4)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
executor > local (5)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
executor > local (5)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
executor > local (6)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
executor > local (6)
[da/985c31] process > get_software_versions [100%] 1 of 1 ✔
[- ] process > get_references -
[ac/4eafc5] process > build_references (build_references) [100%] 1 of 1 ✔
[8a/3afba2] process > fastqc (pbmc_1k_v3_mini) [100%] 2 of 2 ✔[dd/2baeeb] process > count (Library1) [ 0%] 0 of 1[- ] process > multiqc [ 0%] 0 of 1[5f/1aba8d] process > output_documentation [100%] 1 of 1 ✔WARN: Input tuple does not match input set cardinality declared by process count -- offending value: [Library1, [pbmc_1k_v3_mini, pbmc_1k_v3_mini], [L001, L002], [/qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L001_R1_001.fastq.gz, /qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L002_R1_001.fastq.gz], [/qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L001_R2_001.fastq.gz, /qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L002_R2_001.fastq.gz], [/qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L001_I1_001.fastq.gz, /qbic-pipelines/cellranger/master/testdata/pbmc_1k_v3_mini_S1_L002_I1_001.fastq.gz]]

@jennomics jennomics added the bug Something isn't working label Jul 20, 2021
@ggabernet
Copy link
Contributor

Hi @jennomics , thanks it is not an error but a warning, but in any case this will be solved in the next pipeline release, which will be ported to DSL2

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