-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I launch the following command:
/home/orp/Oyster_River_Protocol/oyster.mk main STRAND=RF TPM_FILT=1 MEM=400 CPU=64 READ1=concatenated_R1.normalized.trimmed.fq R2=concatenated_R2.normalized.trimmed.fq RUNOUT=assembly --debug
It doesnt start and with --debug option, it gives me the following output:
File 'main' does not exist.
File 'setup' does not exist.
File '/ORP_wd/assemblies/working' does not exist.
Must remake target '/ORP_wd/assemblies/working'.
Successfully remade target file '/ORP_wd/assemblies/working'.
Must remake target 'setup'.
Successfully remade target file 'setup'.
File 'check' does not exist.
Must remake target 'check'.
Successfully remade target file 'check'.
File 'welcome' does not exist.
Must remake target 'welcome'.
What's the solution to this issue?