Closed tanyasarkjain closed 1 year ago
./cas-offinder.exe input_010.txt G '-' As version 2.4 notes on the docs, above should display the output in stdout. This too does not work.
Resolved was an issue on my part with entering the grna i enterd in input.txt
I am trying to run the executable following the example:
./cas-offinder.exe input_010.txt G output_010.txt
The code seems to be working as it should, the output in the terminal displays the chunk number, the loading the reading and the sending of the information to the device. However, as soon as I run the command, the output_010.txt files deletes (i can see it being deleted from my directory), and thus there is no output file. What could be causing this? How can I access the output?