Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty file at Foo.list7 #41

Open
evolscientist opened this issue Aug 28, 2020 · 0 comments
Open

Empty file at Foo.list7 #41

evolscientist opened this issue Aug 28, 2020 · 0 comments

Comments

@evolscientist
Copy link

I'm repeatedly running into an error with ORP2.3.1

make: *** [/nobackup/rogers_research/HybridRNASeq/DyakubaReference_carcass_M_ORP2.3.1/assemblies/diamond/DyakubaReference_carcass_M_ORP2.3.1Out.list7] Error 1
make: *** Deleting file `/nobackup/rogers_research/HybridRNASeq/DyakubaReference_carcass_M_ORP2.3.1/assemblies/diamond/DyakubaReference_carcass_M_ORP2.3.1Out.list7'

This happens most often at list7 but occasionally with other list files. It appears to occur only when the list file is empty and no items match the search criteria. I can coerce the program to run by running the grep command from the make file on the command line.

grep -xFvwf ${DIR}/assemblies/diamond/${RUNOUT}.list6 ${DIR}/assemblies/diamond/${RUNOUT}.list5 > ${DIR}/assemblies/diamond/${RUNOUT}.list7

This creates an empty file with the same file name. Then I rerun ORP and it will run to completion.

This has happened with multiple data sets for very different species. I don't know if there might be factors from our HPC settings that cause it to fail to create the file or if it's a product of the code itself. It isn't holding back my work at the moment, but I thought I should report it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant