Skip to content

Maf file #13

@LemoAlex

Description

@LemoAlex

Dear Hiller Lab Team,

Thank you for sharing these amazing codes and resources !

I am trying to perform a Forward Genomics analysis on some fish dataset. I have a four species alignment maf file, which I obtained through progressive cactus (with a reference genome).

So, following the necessary steps, I first ran mafIndex:

mafIndex -chromSizes=~/reference.genome.chrom.sizes 4speciesAlignment.maf out.bb -keepBed=region.bdb

then mafExtract

mafExtract out.bb extract.out.maf -regionList=region.bdb -leaveEdgeMeta

These run without error and I obtain the demanded outputs.

However, when I then try :

perl Maf2SpanningSeq_PRANK.perl extract.out.maf Chromosome1* -runPrank -TwoBitSuffix ~/ForwardGenomics/genomes/ -treeFile tree.txt -BDBFile testBDB -noMissingSeq

  • This is the first line of the reference.genome.chrom.size file

I get this error message:

there is no i-line that follows this s-line in the maf:
s Anc2.Anc2refChr14042 5866 234 - 7210 CACCAAAGACGGACAAGAAGAAACACAAAAAAGATCATCGACCAAACCAACTAACAAAAAGGGTATTAA [...]
s blenny.LR131933.1 22746305 234 - 30028995 CAGCCCTGATCGTGTACGCCCACCAGAGTCCGGGTTCGTTCAATGCAGCGGTGCGTGACGTAGCGATGCAG [...]

Do you have any idea of why this is not working ? Could it be due to the fact that I am using a maf file which was not obtained through Lastz? I compared it and the structure look the same so I am a bit confused about this.

Thank you for your time and help,

Best Regards,

Alexandre

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions