I am using evolinc-i in a new workflow that I am developing. During a test run, I noticed that the evolinc-i program deletes any fastq.gz file contained in the directory where it is run. I took a look at the evolinc-part-I.sh script and I noticed that the problem was caused by the code in line #628 <rm ../.fa.*>. I fixed this issue and also updated the Dockerfile.
Hi evolinc team,
I am using evolinc-i in a new workflow that I am developing. During a test run, I noticed that the evolinc-i program deletes any fastq.gz file contained in the directory where it is run. I took a look at the evolinc-part-I.sh script and I noticed that the problem was caused by the code in line #628 <rm ../.fa.*>. I fixed this issue and also updated the Dockerfile.