I'm trying to run PrediXcan (master branch, commit 8bca77417e33b74d3233b1598969a953a882dc42)with 3615 TCGA samples on both TW_Lung_0.5.db and TW_Breast_Mammary_Tissue_0.5.db.
However, I got an error saying
File "/mnt/SCRATCH/PrediXcan/Software/PrediXcan.py", line 214, in <module>
main()
File "/mnt/SCRATCH/PrediXcan/Software/PrediXcan.py", line 197, in main
transcription_matrix.save(PRED_EXP_FILE)
File "/mnt/SCRATCH/PrediXcan/Software/PrediXcan.py", line 117, in save
outfile.write('FID\t' + 'IID\t' + '\t'.join(self.gene_list) + '\n') # Nb. this lists the names of rows, not of columns
AttributeError: TranscriptionMatrix instance has no attribute 'gene_list'
I've tried run PrediXcan with and without --genelist flag, but neither worked. The exact cmd I used is :
Hi all,
I'm trying to run PrediXcan (master branch, commit 8bca77417e33b74d3233b1598969a953a882dc42)with 3615 TCGA samples on both TW_Lung_0.5.db and TW_Breast_Mammary_Tissue_0.5.db. However, I got an error saying
I've tried run PrediXcan with and without
--genelist
flag, but neither worked. The exact cmd I used is :Please let me know if more information is required. Thank you so much!