Open RenzoTale88 opened 1 year ago
I ran into the same problem, but all output files were produced with unique directory names passed to output options. My command looks like:
Red \
-gnm ${dir_sp_tmp}/red_infile \
-rpt ${dir_sp_tmp}/${sp_ub}.red.rpt \
-msk ${dir_sp_tmp}/${sp_ub}.red.msk \
-cor ${NSLOTS}
I tried other output options as well. -tbl
produced the file in the current directory rather than in the specified dir in my case... but the file was produced anyway.
Hi, I'm trying to mask a genome using Red. I run it with the following command line:
This produces a segmentation fault, with the error
ERROR: ./GENOMES/mygenome/masks/rpt/ does not exist
I also tried to run it directly in the
masks
folder, but this causes the software to delete the directory and not save any output at all. Am I doing something wrong?Andrea