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

"Error 1" possibly related to .newbies.fasta #18

Open
cooketho opened this issue Jan 27, 2019 · 3 comments
Open

"Error 1" possibly related to .newbies.fasta #18

cooketho opened this issue Jan 27, 2019 · 3 comments

Comments

@cooketho
Copy link

cooketho commented Jan 27, 2019

I'm getting the following error when running the command shown below.
make: *** [/lab/pr/tc/sandbox/orp_test/assemblies/diamond/test.newbies.fasta] Error 1

I've attached the fastq files if you want to try and reproduce it. Maybe there's something wrong with the fastq? In any case, it would be helpful if ORP could output a more informative error message.
fastq_files.zip

/lab/pr/tc/ORP/oyster.mk main \
STRAND=RF \
MEM=15 \
CPU=1 \
READ1=test.r1.fastq \
READ2=test.r2.fastq \
RUNOUT=test \
SPADES2_KMER=39 \
-d
@macmanes
Copy link
Contributor

Hi,

This one was a little tricky, but is a result of there being only 1 gene KLF7 reconstructed by each assembler. Was this fastQ dataset intentionally reduced to serve as a test dataset?

@cooketho
Copy link
Author

Yes, it is a reduced dataset for test purposes. Still, it should be able to handle that right?

@macmanes
Copy link
Contributor

One can make a reduced dataset that is not representative of any real dataset, and then it's reasonably for the software to fail. I think this is what is happening here. No real transcriptome dataset would contain reads from only 1 transcript.

That being said, I will work on an enhancement that will provide a more informative error message that would cover this specific issue

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

2 participants