We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI again,
TSS file was added in process_predictions.R script, however it wasn't include in input file and gave error that TSS file was not be found.
TSS <- fread(TSS_file, col.names = c("chr", "start", "end", "hgnc.ID", "score", "strand", "Ensembl_ID", "gene_type"))
Error in main() : object 'TSS_file' not found Calls: main -> fread Execution halted
Best
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI again,
TSS file was added in process_predictions.R script, however it wasn't include in input file and gave error that TSS file was not be found.
TSS <- fread(TSS_file, col.names = c("chr", "start", "end", "hgnc.ID", "score", "strand", "Ensembl_ID", "gene_type"))
Best
The text was updated successfully, but these errors were encountered: