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

Broken pipe error #2

Open
EldeVries opened this issue Jul 27, 2021 · 11 comments
Open

Broken pipe error #2

EldeVries opened this issue Jul 27, 2021 · 11 comments

Comments

@EldeVries
Copy link

EldeVries commented Jul 27, 2021

Hi Xiao,

I've been attempting to run your Strainline program- however, I consistently encounter this error which states "Broke pipe". Not sure what this is referring too but I have attached an image.

Thanks!

Ellen
Capture1

@HaploKit
Copy link
Owner

Hi, are you running the example data ? if not, could you run the example to see if it works or not ?

@EldeVries
Copy link
Author

EldeVries commented Jul 29, 2021

Hi,
Thanks for the reply! Yeah I've run both the data set and my own set of data and the "cat: write error: Broken pipe" message is consistent across both.

@HaploKit
Copy link
Owner

It looks strange. What is the whole command you run the tool ?

@EldeVries
Copy link
Author

image

Hopefully you can read the command there.

@HaploKit
Copy link
Owner

The command is correct. Could you please run this command in your output directory ? cat ./iter*/contig.*.fa | perl -ne 'if (/^>/){print ">r$.\n";}else{print;}' >corrected.fa
Does this code work, is this file corrected.fa empty ?

@EldeVries
Copy link
Author

The code runs but corrected.fa isn't empty.

@HaploKit
Copy link
Owner

I cannot reproduce this error. It is probably due to using a different system. Maybe you could try on a different machine, or use bash /abspath/to/strainline.sh rather than /abspath/to/strainline.sh

@EldeVries
Copy link
Author

Hi,
That's really odd that its not reproducible. It might be the machine. I can give it a shot and let you know. Using the bash command doesn't change the outcome at all.

@EldeVries
Copy link
Author

EldeVries commented Aug 3, 2021

image

Hi, I am encountering this error when I try to use trimmed reads. If the reads aren't trimmed they work fine; any ideas why this occurs?

@HaploKit
Copy link
Owner

HaploKit commented Aug 5, 2021

Hi, so this command already works for the example dataset on your machine?

@fermpeter
Copy link

Hey all!

I have also experienced this error when running the test dataset.
cat: write error : Broken Pipe
I am curious this issue has been resolved!

Thanks!
Peter
image

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

3 participants