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

seqan::FileOpen Error' Could not open file : iostream error #37

Open
mrb20045 opened this issue Jun 2, 2023 · 1 comment
Open

seqan::FileOpen Error' Could not open file : iostream error #37

mrb20045 opened this issue Jun 2, 2023 · 1 comment
Assignees

Comments

@mrb20045
Copy link

mrb20045 commented Jun 2, 2023

Hi
When I ran the below code, I get error and dont know how can I fix it. Could you please check it ?

popins2 place-splitalign -c All_Assemblies.fa -r nut_2.0.fa sample1

[popins2 2023-06-02 12:05:49] Reading locations from ./sample1/locations_unplaced.txt
[popins2 2023-06-02 12:05:50] Loaded 123184 locations that pass filters.
[popins2 2023-06-02 12:05:50] Reading contig sequences from All_Assemblies.fa
[popins2 2023-06-02 12:05:58] Loaded 78356 contig sequences.
terminate called after throwing an instance of 'seqan::FileOpenError'
what(): Could not open file : iostream error
Aborted

Thanks

@Krannich479
Copy link
Collaborator

hi @mrb20045 ,
given your output, the error message and the message that should follow in case of a successful run of popins2 place-splitalign, let's investigate the following things, in that order:

  1. Did a BAM+BAI file exist within the sample1 folder at the time you ran the command?
  2. Do you have write permissions on the sample1 folder?

One more general question: is this a re-run or first time execution of popins on that sample?

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