Closed davidaray closed 2 years ago
Hello,
First of all, thank you for using my tool and I hope I can be of help! Looking at your job submission script it appears you swapped the order of the input arguments. The gene data needs to be the first argument, rather than the second.
It needs to be:
python $PROGRAMDIR/process_genome.py \
$GENEDATA \
$TEDATA \
$GENOME \
-c $PROGRAMDIR/config/production_run_config.ini \
-n 36 \
-o $DIR
Sincerely, Scott Teresi
Thanks. I'd never have noticed something so simple.
I just completed installing the package using the instructions on the main github page and attempted to run the human data as a test.
The software attempts to run but hits an error nearly immediately. The command used and errors are below.
I have some experience with python and it seems clear that this is a read-in error but I don't understand why the program would be experiencing this error with the data provided. The program seems to be misinterpreting the column headers as gene information.
I attempted to correct the problem by re-importing the Cleaned_Chr7_13_Human_Genes.tsv that was provided as a pandas dataframe and resaving it but with no luck.
Would you have any ideas how to fix this problem?
David
Output with errors:
If it helps, I get the same error with my own data.