-
Notifications
You must be signed in to change notification settings - Fork 182
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
EXCEPTION: Bio::Root::Exception Inappropriate ioctl for device #340
Comments
@moldach Try gunzipping the FASTA file and running it again. I suspect the compression is the issue. |
Hi @cjfields the response was a bit late so this has been taken care of - Coovar runs the same for me and my colleagues. However, in the interim we've discovered an error which is occurring preventing the annotation of insertions and deletions.
Any idea what the problem is here? |
not a bioperl issue --> neither module is from BioPerl -- but I would
reinstall Set::IntervalTree - looks like somethimng was compiled against
different version of perl or libstdc++ ?
Jason Stajich
@hyphaltip
http://lab.stajich.org
…On Wed, Aug 12, 2020 at 9:24 AM Matthew J. Oldach ***@***.***> wrote:
Hi @cjfields <https://github.com/cjfields> the response was a bit late so
this has been taken care of - Coovar runs *the same* for me and my
colleagues. However, in the interim we've discovered an error which is
occurring preventing the annotation of insertions and deletions.
Can't load '/home/moldach/perl5/lib/perl5/x86_64-linux-thread-multi/auto/Set/IntervalTree/IntervalTree.so' for module Set::IntervalTree: libstdc++.so.6:
cannot open shared object file: No such file or directory at /cvmfs/soft.computecanada.ca/nix/var/nix/profiles/16.09/lib/perl5/5.22.2/XSLoader.pm line 70.
^@ at /home/moldach/perl5/lib/perl5/x86_64-linux-thread-multi/Set/IntervalTree.pm line 59.
Compilation failed in require at /home/moldach/projects/def-mtarailo/common/tools/CooVar/scripts/apply-insertions-deletions.pl line 8.
BEGIN failed--compilation aborted at /home/molach/projects/def-mtarailo/common/tools/CooVar/scripts/apply-insertions-deletions.pl line 8.
[coovar.pl] ERROR executing command: perl /home/moldach/projects/def-mtarailo/common/tools/CooVar/scripts/apply-insertions-deletions.pl \
TEST/transcripts/reference_cdna.exons TEST/intermediate-files/target_cdna_snps.exons TEST/intermediate-files/categorized_snp_coords.list TEST/insertions/kept_470_sorted_dedupped_snp_varscan_coovar.tsv.ins
TEST/deletions/kept_470_sorted_dedupped_snp_varscan_coovar.tsv.del TEST/categorized-gvs.gvf \
TEST/intermediate-files/transcripts_snps_applied.gff3.tmp TEST/intermediate-files/splice_junctions.tmp TEST
. at /home/moldach/projects/def-mtarailo/common/tools/CooVar/coovar.pl line 42.
Any idea what the problem is here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#340 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAL5OYQP3BA2F4H35LUUMDSAK64JANCNFSM4MPKSLBA>
.
|
Yep I agree with @hyphaltip , maybe try that @moldach ? This can happen if there is a system or perl-specific upgrade (and can also be tricky if you mix this with any PERL5LIB settings). |
Thank you for the suggestion @hyphaltip Before I had the following in the my
I needed to
Now I run the script and install
This time I don't get the error seen above for I do see the following in the
|
I'm getting an error from bioperl that I don't know how to solve. I assume something with my
bioperl
is broken as this code works on a colleagues ComputeCanada account.Any idea what's missing/broken?
The text was updated successfully, but these errors were encountered: