Anyone know what's going on here? I've used the model in the documentation exactly.... Wondering if this is a product of the reference genome size - using the loblolly pine genome which is enormous.
Initially, I had got a similar error a few hours in which I attributed to inadequate space, but I've now moved to a partition with many TB of free space...
Thoughts?
EDIT by Ram : The GitHub gist links provided by the OP no longer work. User may have deleted their GitHub account.
I just looked through the code of GG_write_trinity_cmds.pl and it just checks whether the file read_files.list exists and is not empty - could you have a look into that file please? There's a chance that the command
I am having this same error! Trinity creates the directory read_files.list when it is initiated. I have checked the file after reaching the error and it is located in the trinity_out_dir but it is empty. I was wondering if it had something to do with the way I concatenated all my sample files' left reads together as All_R1.fa and all my samples' right reads together as All_R2.fa. I only did this to shorten my command line but maybe trinity is trying to create a list from information I have removed.
Just tried this...still hit the same error...here's the full file (from new attempt):
https://gist[dot]github[dot]com/ethanabaker1/38974418b1dd66125ba7
EDIT by @RamRS: Gist doesn't exist anymore (user probably changed their username on GitHub)
I just looked through the code of
GG_write_trinity_cmds.pl
and it just checks whether the fileread_files.list
exists and is not empty - could you have a look into that file please? There's a chance that the commanddoesn't find anything.