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
As far as I can tell from reading the SPARSE docs, there's currently not much information describing the data in the output files. For instance, the Ragna_toy/profile.txt file generated in the toy example contains the following:
... but I haven't been able to find any information on what each value in this table represents, and it's probably not a good idea to just assume what these values are. It would be very helpful to have a clear description of the information in the output files.
The text was updated successfully, but these errors were encountered:
It would also help to have more docs on the query function, particularly the --tag option. The sparse query docs state:
Filter by relationships between different level of barcodes. i.e.,
"p!=r;p==a" gets references that have the same numbers in p groups and a groups, but different between p groups and r groups
...and I believe that p and r refer to barcode_tags, but it's really unclear what barcode_tags are. I thought they might just be listing the barcode_dist groupings, but at least in the docs, the barcode_tags list is 1 value longer than the barcode_tags list. Does "a" stand for "all" or something?
Hi Nick,
thanks a lot for your feedback and sorry it took us a while to answer.
We extended the docs to include more detailed descriptions of the output files, I hope the contents of the profile.txt outfile are much clearer now.
Regarding the --tag option, p andr refer to different ANI threshold levels in the clustered database, and all level identifiers are now explained in the docs. We will add some more examples for useful --tag filters, similar to the example given in the command docs, very soon.
Please let us know if you have any other issues!
As far as I can tell from reading the SPARSE docs, there's currently not much information describing the data in the output files. For instance, the
Ragna_toy/profile.txt
file generated in the toy example contains the following:... but I haven't been able to find any information on what each value in this table represents, and it's probably not a good idea to just assume what these values are. It would be very helpful to have a clear description of the information in the output files.
The text was updated successfully, but these errors were encountered: