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

Abort when running flexbar -n option #13

Closed
mariehoffmann opened this issue Jan 26, 2018 · 1 comment
Closed

Abort when running flexbar -n option #13

mariehoffmann opened this issue Jan 26, 2018 · 1 comment

Comments

@mariehoffmann
Copy link

I get a Killed: 9 error msg after a couple of minutes when running
flexbar -r $dir/1-1A_S11_L001_R1_001.fastq -a $dir/1-1A_S11_L001_I1_001.fa -n 8
The index file is about 1.5 MB, the read file 15.6 MB. I use the latest flexbar version built locally on MacOS Sierra (10.12.6). I installed the tbb (version 2018_U2) via port, and build with cmake version 3.8.2, MacPorts gcc7 7.2.0_0.
Running without the -n option takes very long. I will give an update, if flexbar will terminate without error.

For a better user experience, it would be good to incorporate the tbb CMakeLists.txt from e.g. https://github.com/justusc/FindTBB or print at least a warning when the TBB_FOUND flag is false.

Also, when giving a fastq file as adapter/index file instead of a fasta file, the error msg is just: Could not open <index_file> with no hint. It took me a while to figure out that only fasta format is here allowed.

@mariehoffmann
Copy link
Author

The Killed: 9 issue is related to index file size. As a preprocessing I reduced the index file size to unique sequences (50 lines now) and it works now as expected!

@jtroehr jtroehr closed this as completed Mar 18, 2018
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