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

getopt trap failing #251

Closed
calizilla opened this issue Sep 27, 2019 · 3 comments
Closed

getopt trap failing #251

calizilla opened this issue Sep 27, 2019 · 3 comments

Comments

@calizilla
Copy link

Hi,

I could only get version 2.6.2 to run by hashing out the trap commands in gridss.sh. I am on a cluster running CentOS 6.10, Linux version 3.10.0-957.21.3.el6.x86_64 GNU/Linux

Command I used was:
./gridss-2.6.2/scripts/gridss.sh
--output test.vcf
--assembly test.assembly.bam
--reference ./Reference/hs38DH.fasta
--threads 2
--jar ./gridss-2.6.2/gridss-2.6.2-gridss-jar-with-dependencies.jar
--blacklist ./exclude_intervals.bed
--jvmheap 4g
--steps All
--workingdir ./out
--labels U16-B
U16-B.final.bam

Regards,
Cali

@d-cameron
Copy link
Member

I'll need a bit more details to track this down as I don't get any failures on my CentOS 6.4 test machine.

  • What was the error message you received?
  • What errors/warning were in the full log file (check the output for a line similar to Mon Sep 30 11:31:54 EST 2019 Running GRIDSS. The full log is in out/gridss.full.20190930_113154.unix305.wehi.edu.au.56718.log)
  • What’s the output from running:
env
lsb_release -a
/bin/bash --version
getopt –version
getopt --test
echo $? ${PIPESTATUS[0]}

@calizilla
Copy link
Author

calizilla commented Oct 4, 2019 via email

@d-cameron
Copy link
Member

Should be fixed in next release (2.6.3)

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