Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PelFritz committed Oct 12, 2023
1 parent 6714757 commit 534e156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/train_msr_models_leaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

gene_model = pd.read_csv('gene_models/zea_sol_ara_sor_52.gtf', sep='\t')
gene_model['specie'] = [x.split('_')[0] for x in gene_model['Chromosome']]
genes_labels = pd.read_csv('tpm_counts/zea_sol_ara_sor.csv', sep='\t', index_col=0)
genes_labels = pd.read_csv('tpm_counts/zea_sol_ara_sor.csv', index_col=0)
genome = Fasta('genomes/zea_sol_ara_sor_dna.fa', as_raw=True, sequence_always_upper=True, read_ahead=10000)


Expand Down

0 comments on commit 534e156

Please sign in to comment.