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

PIP-1142-parse-illumina-trimstats #26

Merged
merged 5 commits into from
May 5, 2020

Conversation

ottojolanki
Copy link
Contributor

No description provided.

with open(path_to_trimstats) as f:
rawstats = f.readline()
tokens = rawstats.split(";")
qc_dict["total_read_pairs_processed"] = int(tokens[0].split()[-1])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if these should match the keys in the actual quality metric or if that conversion happens during accessioning? https://www.encodeproject.org/trimming-quality-metrics/e6933612-854d-4218-b8dc-e3c3f311d602/?format=json

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we probably should do it that way to be less arbitrary.

@ottojolanki ottojolanki merged commit 600981c into dev_20_05_0 May 5, 2020
@ottojolanki ottojolanki deleted the PIP-1142-parse-illumina-trimstats branch May 5, 2020 18:58
ottojolanki added a commit that referenced this pull request May 8, 2020
* PIP-1142-parse-illumina-trimstats (#26)

* PIP-1142-parse-illumina-trimstats(#26)

* PIP-1144-parse-bamcounts(#27)

* PIP-1148-parse-preseq-targets (#28)

* PIP-1145-parse-hotspot1-spot-score (#29)

* PIP-1146-parse-duplication-metrics (#30)

* PIP-1157-value-conversion (#31)

* PIP-1150-parse-insert-size-info(#33)

* PIP-1143-parse-stats (#32)

* PIP-1149-parse-picard-insert-size-metrics(#34)
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