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

find_threshold in enchantr_report with TCR data fails #345

Open
zhanyinx opened this issue Sep 7, 2024 · 0 comments
Open

find_threshold in enchantr_report with TCR data fails #345

zhanyinx opened this issue Sep 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@zhanyinx
Copy link

zhanyinx commented Sep 7, 2024

Description of the bug

The distToNearest function within enchantr::enchantr_report function in the task NFCORE_AIRRFLOW:AIRRFLOW:CLONAL_ANALYSIS:FIND_CLONAL_THRESHOLD returns only NA values for distance as the default value for locusValues within distToNearest is set to "IGH". For TCR data, we expect these values: c("TRA", "TRB", "TRD", "TRG"). It should be made possible to change this parameter in the configuration file.

Command used and terminal output

The pipeline runs without problem with the expected output

Automatic clone_threshold is 'NA'. Consider setting --clonal_threshold manually.

The command used:

nextflow run nf-core/airrflow
		 -r 4.1.0
		 -profile singularity
		 --mode fastq
		 --input samplesheet.tsv
		 --library_generation_method sc_10x_genomics
		 --reference_10x refdata-cellranger-vdj-GRCh38-alts-ensembl-7.1.0
		 --outdir ./results_auto
		 -with-tower
		 --index_file


### Relevant files

_No response_

### System information

nextflow version 23.10.1.5891
Hardware: server
Executor: local
Container: singularity
OS: CentOS Linux
nf-core/airrflow version: 4.1
@zhanyinx zhanyinx added the bug Something isn't working label Sep 7, 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

1 participant