-
Notifications
You must be signed in to change notification settings - Fork 0
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
The problem of constructing pan transcriptome using GRCh38 Alts Graph #4
Comments
Hi, thanks for writing. Sorry for the delayed response. Could you share the command-line you used? The error happens because the chromosome "chr1" (found in one of the annotations) is not present as a path in the graph or it has another name in the graph. |
I use 'vg paths -Lx <graph.gbz>' to see all walks in your GFA. The output of vg paths is strange. The format of the output is like this: SAMPLE#HAPLTOYPE#CONTIG#0.I used 'cactus-pangenome' directly to construct the graph followed by ’https://github.com/ComparativeGenomicsToolkit/cactus/blob/master/doc/pangenome.md#grch38-alts-graph‘. Recently, I encountered a new problem, how do you handle transcripts that span multiple chromosomes when processing gff files? |
The error is like this: [vg rna] Parsing graph file ... |
When pangenome is used for transcriptome analysis, I want to know which of the graph you choose, full graph, clip graph, or filter graph? |
|
For the HPRC RNA-seq analysis we used a filtered graph. |
I'm very sorry to bother you
Recently, I choosed alt contigs on a chromosome to construct a pangenome.
When I used a gbz file constructed by minigraph cactus, gencode. v38. primary.gff, and alt.annotation. gff3 as input,the following error occurred:
[vg rna] Adding transcript splice-junctions and exon boundaries to graph ...
ERROR: Chromomsome path "chr1" not found in graph or haplotypes index (line 8).
How can I deal this problem?
The text was updated successfully, but these errors were encountered: