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

doc: fix docs for dedup stats filenames #604

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

msto
Copy link
Contributor

@msto msto commented Sep 21, 2023

Hi,

I noticed that the documentation and files produced with dedup --output-stats were inconsistent.

edit_distance_df.to_csv(options.stats + "_edit_distance.tsv",

with U.openFile(options.stats + "_per_umi_per_position.tsv", "w") as outf:

agg_df.to_csv(options.stats + "_per_umi.tsv", sep="\t")

I've updated the docs to reflect the names used in the code. Please let me know if you need anything else to merge!

@IanSudbery IanSudbery merged commit 115404a into CGATOxford:master Oct 26, 2023
@IanSudbery
Copy link
Member

Thanks for spotting this!

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

Successfully merging this pull request may close these issues.

2 participants