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
summarizeFasta doesn't work with combination sources it seems? I'm getting this error
Traceback (most recent call last):
File "/usr/local/bin/moPepGen", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/moPepGen/cli/__main__.py", line 92, in main
args.func(args)
File "/usr/local/lib/python3.8/site-packages/moPepGen/cli/summarize_fasta.py", line 221, in summarize_fasta
summarizer.write_summary_table(handle)
File "/usr/local/lib/python3.8/site-packages/moPepGen/aa/PeptidePoolSummarizer.py", line 313, in write_summary_table
if self.contains_exclusive_sources(comb):
File "/usr/local/lib/python3.8/site-packages/moPepGen/aa/PeptidePoolSummarizer.py", line 275, in contains_exclusive_sources
parsers = self.get_parsers_from_source(source)
File "/usr/local/lib/python3.8/site-packages/moPepGen/aa/PeptidePoolSummarizer.py", line 206, in get_parsers_from_source
parser = self.source_parser_map[s]
KeyError: frozenset({'Variant', 'Alt'})
The fastas are in /hot/project/method/AlgorithmDevelopment/ALGO-000074-moPepGen/CPCGENE/processed/noncanonical-database/call-nonCanonicalPeptide/2023-11-14_split/pipeline-meta-call-NonCanonicalPeptide-0.0.1/CPCG0100/call-NonCanonicalPeptide-1.0.0/CPCG0100/moPepGen-dev/output/split/
as mentioned in https://github.com/uclahs-cds/project-MissingPeptides-Method/issues/254#issuecomment-1811354683
summarizeFasta doesn't work with combination sources it seems? I'm getting this error
The fastas are in
/hot/project/method/AlgorithmDevelopment/ALGO-000074-moPepGen/CPCGENE/processed/noncanonical-database/call-nonCanonicalPeptide/2023-11-14_split/pipeline-meta-call-NonCanonicalPeptide-0.0.1/CPCG0100/call-NonCanonicalPeptide-1.0.0/CPCG0100/moPepGen-dev/output/split/
My command is
The text was updated successfully, but these errors were encountered: