Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Problems with nMutations, nMutationRate, and nLength features #1498

Closed
pursellta opened this issue Jan 8, 2024 · 0 comments
Closed

Problems with nMutations, nMutationRate, and nLength features #1498

pursellta opened this issue Jan 8, 2024 · 0 comments

Comments

@pursellta
Copy link

Hello!
I have been trying to utilize some of the new features in the most recent release and am getting a lot of errors. I am analyzing non-human species and using a custom library. I am using App version: 4.5.0; built=Fri Sep 22 05:39:05 PDT 2023; rev=cdb24b4fb7; lib=repseqio.v3.0.1

  1. The -nMutations/-aaMutations [and related commands]
    I run the following command:

mixcr exportClones -f --verbose --filter-out-of-frames --filter-stops -nFeature "{VEndTrimmed:DBeginTrimmed}" -nFeature "{DEndTrimmed:JBeginTrimmed}" -nFeature "{FR1Begin:VEndTrimmed}" -nMutations "{FR1Begin:VEndTrimmed}" -aaFeature "{FR1Begin:VEndTrimmed}" -aaMutations "{FR1Begin:VEndTrimmed}" -baseBiochemicalProperties "VRegionTrimmed" epfu.2007.5RACEbulk.TermSpleen.allelic.clns epfu.2007.5RACEbulk.TermSpleen.allelic.VRegionTrimmed.tsv

And I receive the following error:

App version: 4.5.0; built=Fri Sep 22 05:39:05 PDT 2023; rev=cdb24b4fb7; lib=repseqio.v3.0.1
-nMutations: Alignment attached base gene features not allowed (error in VRegionTrimmed)
com.milaboratory.app.ValidationException: -nMutations: Alignment attached base gene features not allowed (error in VRegionTrimmed)
        at com.milaboratory.o.lt.a(SourceFile:71)
        at com.milaboratory.o.lt.a(SourceFile:52)
        at com.milaboratory.o.rC.invoke(SourceFile:1568)
        at com.milaboratory.o.kQ.validateParameters(SourceFile:49)
        at com.milaboratory.mixcr.export.FieldWithParameters.create(SourceFile:314)
        at com.milaboratory.o.kM.createFields(SourceFile:18)
        at com.milaboratory.o.kX.a(SourceFile:80)
        at com.milaboratory.mixcr.cli.CommandExportClones$Cmd.run1(SourceFile:241)
        at com.milaboratory.mixcr.cli.MiXCRCommandWithOutputs.run0(SourceFile:69)
        at com.milaboratory.mixcr.cli.MiXCRCommand.run(SourceFile:37)
        at picocli.CommandLine.executeUserObject(CommandLine.java:1939)
        at picocli.CommandLine.access$1300(CommandLine.java:145)
        at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
        at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
        at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
        at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
        at com.milaboratory.mixcr.cli.Main.registerLogger$lambda-26(SourceFile:447)
        at picocli.CommandLine.execute(CommandLine.java:2078)
        at com.milaboratory.mixcr.cli.Main.main(SourceFile:98)
  1. the -nMutationRate/-aaMutationRate

I run the following command:
$mixcr exportClones -f --verbose --filter-out-of-frames --filter-stops -nFeature "{VEndTrimmed:DBeginTrimmed}" -nFeature "{DEndTrimmed:JBeginTrimmed}" -nMutationRate "{FR1Begin:VEndTrimmed}" -aaMutationRate "{FR1Begin:VEndTrimmed}" epfu.2007.5RACEbulk.TermSpleen.allelic.clns epfu.2007.5RACEbulk.TermSpleen.allelic.VRegionTrimmed.TEST.tsv
And I receive the following error:

App version: 4.5.0; built=Fri Sep 22 05:39:05 PDT 2023; rev=cdb24b4fb7; lib=repseqio.v3.0.1
Require tsv file type, got {FR1Begin:VEndTrimmed}
  1. the -nLength/-aaLength
    I run the following command:
    mixcr exportClones -f --verbose --filter-out-of-frames --filter-stops -nFeature "{VEndTrimmed:DBeginTrimmed}" -nFeature "{DEndTrimmed:JBeginTrimmed}" -aaLength "{FR1Begin:VEndTrimmed}" -nLength "{FR1Begin:VEndTrimmed}" epfu.2007.5RACEbulk.TermSpleen.allelic.clns epfu.2007.5RACEbulk.TermSpleen.allelic.VRegionTrimmed.TEST.tsv
    And I receive the following error:
App version: 4.5.0; built=Fri Sep 22 05:39:05 PDT 2023; rev=cdb24b4fb7; lib=repseqio.v3.0.1
Require tsv file type, got {FR1Begin:VEndTrimmed}

Thanks for your help!
-Taylor

@milaboratory milaboratory locked and limited conversation to collaborators Jan 9, 2024
@mizraelson mizraelson converted this issue into discussion #1499 Jan 9, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant