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
Hello,
I was wondering why some output files from predict.py have been removed in the last versions of the script.
#Initialize Prediction files pred_file_full = os.path.join(args.outdir, "EnhancerPredictionsFull.txt") REMOVED pred_file_slim = os.path.join(args.outdir, "EnhancerPredictions.txt") REMOVED pred_file_bedpe = os.path.join(args.outdir, "EnhancerPredictions.bedpe") REMOVED all_pred_file_expressed = os.path.join(args.outdir, "EnhancerPredictionsAllPutative.txt.gz") all_pred_file_nonexpressed = os.path.join(args.outdir, "EnhancerPredictionsAllPutativeNonExpressedGenes.txt.gz") variant_overlap_file = os.path.join(args.outdir, "EnhancerPredictionsAllPutative.ForVariantOverlap.shrunk150bp.txt.gz") all_putative_list = []
Thanks Pietro
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I was wondering why some output files from predict.py have been removed in the last versions of the script.
#Initialize Prediction files
pred_file_full = os.path.join(args.outdir, "EnhancerPredictionsFull.txt") REMOVED
pred_file_slim = os.path.join(args.outdir, "EnhancerPredictions.txt") REMOVED
pred_file_bedpe = os.path.join(args.outdir, "EnhancerPredictions.bedpe") REMOVED
all_pred_file_expressed = os.path.join(args.outdir, "EnhancerPredictionsAllPutative.txt.gz")
all_pred_file_nonexpressed = os.path.join(args.outdir, "EnhancerPredictionsAllPutativeNonExpressedGenes.txt.gz")
variant_overlap_file = os.path.join(args.outdir, "EnhancerPredictionsAllPutative.ForVariantOverlap.shrunk150bp.txt.gz")
all_putative_list = []
Thanks
Pietro
The text was updated successfully, but these errors were encountered: