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

files input at calculate_tpm.py are causing error #21

Open
KeyTals opened this issue Oct 9, 2024 · 0 comments · May be fixed by #24
Open

files input at calculate_tpm.py are causing error #21

KeyTals opened this issue Oct 9, 2024 · 0 comments · May be fixed by #24
Labels
bug Something isn't working

Comments

@KeyTals
Copy link

KeyTals commented Oct 9, 2024

Description of the bug

counts.clean.tsv which is coming combine.py and gtf.anno.tsv is not assistant

my input count matrix has 34848 rows which is consistent with gtf.txt but issue is when combine.py runs script to keep existing_symbols derived from gtf.anno.tsv the counts.clean.tsv is now 17130 rows so following line from calculate_tpm.py erring out

df_lengths = df_lengths.loc[df_counts.index]

Thank you,
Keyur

Command used and terminal output

No response

Relevant files

No response

System information

No response

@KeyTals KeyTals added the bug Something isn't working label Oct 9, 2024
@LeonHafner LeonHafner linked a pull request Oct 17, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant