You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a Mudata where the modality name was capitalized "RNA" and the full pipeline workflow did not process the data and it was not clear as to why this happened. It only performed the process of split_mod, concat and merge.
@KaiWaldrant Your modality should be lowercase: rna. Because it is uppercase , it is the modality is not recognized as being supported. The data is still goes through the dataflow, but no processing is being done.
@DriesSchaumont I know, that is the issue for me. I had to troubleshoot why this was not anlyizing my data. It was not clear that the modality should be lower case. Some kind of message should be thrown if nothing is analyzed and/or the conversion tool should be altered to not allow uppercase because I added the modality in the conversion pipeline.
and another question should it be case dependent ?
Thats another discussion. For the naming of the modalities, we follow the convention proposed by the single cell best practices. However, we could implement some functionality to customize this behavor. This needs to be discussed :)
I had a Mudata where the modality name was capitalized "RNA" and the full pipeline workflow did not process the data and it was not clear as to why this happened. It only performed the process of
split_mod
,concat
andmerge
.https://production.nftower.jnj.com/orgs/JnJ-Core/workspaces/CS000253-Lysosomal-Storage-Biology/watch/53pbZSbGsmsPnr
The text was updated successfully, but these errors were encountered: