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

Remove genes.tsv.gz from mtx format #424

Closed
wants to merge 2 commits into from
Closed

Conversation

calvinnhieu
Copy link
Collaborator

No description provided.

@calvinnhieu calvinnhieu self-assigned this Nov 8, 2019

<h3><code>barcodes.tsv.gz</code></h3>
<p>A list of cell barcodes corresponding to the columns found in matrix.mtx.gz.
Note that barcodes may not be unique.</p>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@mckinsel What do you recommend we use instead to ensure uniqueness across projects? Will storing something other than barcodes in this file cause confusion?

@@ -459,7 +459,7 @@ class MetadataSchemaName(Enum):
MatrixFormat.MTX.value: """
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Does this content need to be updated somewhere else too?

@codecov
Copy link

codecov bot commented Nov 8, 2019

Codecov Report

Merging #424 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
- Coverage   95.64%   95.64%   -0.01%     
==========================================
  Files          41       41              
  Lines        2297     2296       -1     
==========================================
- Hits         2197     2196       -1     
  Misses        100      100
Impacted Files Coverage Δ
matrix/common/constants.py 95.91% <ø> (ø) ⬆️
matrix/docker/matrix_converter.py 96.74% <100%> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a825bc7...b34a617. Read the comment docs.

io.StringIO(gzip.GzipFile(fileobj=io.BytesIO(
mtx_output.read("test.mtx/features.tsv.gz"))).read().decode()),
delimiter='\t',
fieldnames=["featurekey",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Required since features.tsv.gz per specification does not include headers. Will this be confusing to users given we're removing genes.tsv.gz?

@calvinnhieu
Copy link
Collaborator Author

Closing until #425 is resolved.

@calvinnhieu calvinnhieu closed this Nov 8, 2019
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.

1 participant