Hello! Thanks for any assistance in advance. I am trying to generate a genome for C. necator. I have tried both genomes here. The resulting GTF files have the expected ~6,000 genes. When I run the genomeGenerate protocol I get 80 exons.
Here is the run command:
STAR --runThreadN 4 --runMode genomeGenerate --genomeDir $(pwd) --genomeFastaFiles GCA_004798725.1_ASM479872v1_genomic.fna --sjdbGTFfile genomic.gtf --sjdbOverhang 150 --genomeSAindexNbases 5 --sjdbGTFfeatureExon exon
Hello! Thanks for any assistance in advance. I am trying to generate a genome for C. necator. I have tried both genomes here. The resulting GTF files have the expected ~6,000 genes. When I run the genomeGenerate protocol I get 80 exons.
Here is the run command:
STAR --runThreadN 4 --runMode genomeGenerate --genomeDir $(pwd) --genomeFastaFiles GCA_004798725.1_ASM479872v1_genomic.fna --sjdbGTFfile genomic.gtf --sjdbOverhang 150 --genomeSAindexNbases 5 --sjdbGTFfeatureExon exon
And the head of the input files:
Here is the log:|
I have beat my head against a couple of parameters and cannot get the genome to come out with more that ~80 transcripts. Thanks for your time.