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

ValueError: 'chr1' is not in list #2

Open
mvinyard opened this issue Apr 28, 2020 · 0 comments
Open

ValueError: 'chr1' is not in list #2

mvinyard opened this issue Apr 28, 2020 · 0 comments

Comments

@mvinyard
Copy link

mvinyard commented Apr 28, 2020

So I am trying to run this tool and I've fiddled around with changing / ensuring the format of the input is correct - I'm not quite sure where I am going wrong here. Any help would be appreciated.

[in]:
python coupleNMF.py -k 9 -E rna_matrix.txt -PeakO atac_matrix.txt -E_symbol ../sample_RNA_count/outs/filtered_feature_bc_matrix/features.tsv.gz -P_symbol ../atac_outs/filtered_peak_bc_matrix/peaks.bed -pe ../common_data/RE_gene_corr_hg38.bed -lambda1 0.04 -lambda2 25

[out]:

Loading data...
Traceback (most recent call last):
  File "coupleNMF.py", line 67, in <module>
    pindex = P_symbol.index(data[0])
ValueError: 'chr1' is not in list
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

No branches or pull requests

1 participant