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

Typo for Mutect2 #227

Closed
FriederikeHanssen opened this issue Jul 6, 2020 · 2 comments · Fixed by #236
Closed

Typo for Mutect2 #227

FriederikeHanssen opened this issue Jul 6, 2020 · 2 comments · Fixed by #236
Assignees

Comments

@FriederikeHanssen
Copy link
Contributor

FriederikeHanssen commented Jul 6, 2020

When running sarek 2.6.1 with:

nextflow run nf-core/sarek -profile cfc -r 2.6.1 \
--outdir 'sarek_patients_1_10' \
--input 'sarek_patients_1_10.tsv' \
--genome 'GRCh38' \
--tools 'Strelka,ASCAT,snpEff,Mutect2' \
-c sarek.config \
--no_gatk_spark \
-resume

I get:

 No such variable: variantcaller
 -- Check script '/home-link/iizha01/.nextflow/assets/nf-core/sarek/main.nf' at line: 3387 or see '.nextflow.log' file for more details

The respective line is:

variantCaller, idPatient, idSample, vcf, tbi, tsv ->

Embedded within:

vcfKeep = Channel.empty().mix(
    filteredMutect2Output.map{
        variantCaller, idPatient, idSample, vcf, tbi, tsv ->
        [variantcaller, idSample, vcf]
    },
    vcfConcatenated.map{
        variantcaller, idPatient, idSample, vcf, tbi ->
        [variantcaller, idSample, vcf]
    },

I think it is a typo in the variable variantCaller and should be variantcaller instead.

@maxulysse
Copy link
Member

Good spot, sorry about that.
We can find a solution (ie quick release during the hackathon if needed).

@FriederikeHanssen
Copy link
Contributor Author

@maxulysse no problem :) I am running the pipeline without Mutect now. But sure, would be great to include in future runs :)

@szilvajuhos szilvajuhos self-assigned this Jul 13, 2020
@szilvajuhos szilvajuhos mentioned this issue Jul 14, 2020
5 tasks
szilvajuhos pushed a commit to szilvajuhos/sarek that referenced this issue Jul 14, 2020
@maxulysse maxulysse linked a pull request Jul 14, 2020 that will close this issue
5 tasks
maxulysse added a commit that referenced this issue Jul 15, 2020
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

Successfully merging a pull request may close this issue.

3 participants