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
RGI bwt (The underlying function used by annotate-reads-card) outputs annotations where alleles are mapped to ARGs in CARD ("allele_mapping_data.txt"). This output is then further summerized at the gene level and is outputted in an extra file ("gene_mapping_data.txt").
But when using annotate-reads-card without the flag --p-include-wildcard, there are not multiple alleles per gene in the database. This means that the gene mapping data contains in that case the same information as the allele mapping data.
To solve this issue:
The annotate-reads-card action has to be altered to move an empty TXT file to the CARDGeneAnnotation artifact. And to move an empty feature table to the FeatureTable[Frequency] artifact.
The validation of the CARDGeneAnnotationDirectoryFormat has to be altered to accept empty files.
The text was updated successfully, but these errors were encountered:
RGI bwt
(The underlying function used byannotate-reads-card
) outputs annotations where alleles are mapped to ARGs in CARD ("allele_mapping_data.txt"). This output is then further summerized at the gene level and is outputted in an extra file ("gene_mapping_data.txt").But when using
annotate-reads-card
without the flag--p-include-wildcard
, there are not multiple alleles per gene in the database. This means that the gene mapping data contains in that case the same information as the allele mapping data.To solve this issue:
annotate-reads-card
action has to be altered to move an empty TXT file to theCARDGeneAnnotation
artifact. And to move an empty feature table to theFeatureTable[Frequency]
artifact.CARDGeneAnnotationDirectoryFormat
has to be altered to accept empty files.The text was updated successfully, but these errors were encountered: