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

mixcr downsample error: "Require clnx file type, got ./clns" #1299

Closed
jvpon opened this issue Aug 9, 2023 · 1 comment
Closed

mixcr downsample error: "Require clnx file type, got ./clns" #1299

jvpon opened this issue Aug 9, 2023 · 1 comment

Comments

@jvpon
Copy link

jvpon commented Aug 9, 2023

Dear mixcr people,

After running
mixcr analyze takara-mouse-tcr-cdr3
I have only .clns files, which I link to the folder ./clns

I'd like to obtain normalized read counts for clonotypes.

I am trying to run
mixcr downsample \ --chains TRA,TRB \ --downsampling count-reads-auto \ --only-productive \ --summary summary.tsv \ ./clns
and get an error
Require clnx file type, got ./clns

Thanks,

Julia

@mizraelson
Copy link
Member

mizraelson commented Aug 10, 2023

Hi,
if you have .clns files in the clns folder the command should be:

mixcr downsample \ 
--chains TRA,TRB \ 
--downsampling count-reads-auto \
--only-productive \
--summary summary.tsv \
 ./clns/*.clns 

@PoslavskySV PoslavskySV transferred this issue from milaboratory/docs Aug 10, 2023
@milaboratory milaboratory locked and limited conversation to collaborators Aug 10, 2023
@PoslavskySV PoslavskySV converted this issue into discussion #1300 Aug 10, 2023

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

2 participants