We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running spladder in test mode. New version gives index error so tried with previous version
Code: #!/bin/tcsh #PBS -l walltime=12:00:00 #PBS -q normal #PBS -l jobfs=1gb #PBS -l mem=64gb #PBS -l ncpus=32 #PBS -P zq45 conda activate /scratch/miniconda3/envs/Spladder
spladder test --conditionA /scratch/Spladder/Code/MixA.txt --conditionB /scratch/Spladder/Code/MixB.txt -v --outdir /scratch/Spladder/Outputs
Error: ValueError: The first guess on the deviance function returned a nan. This could be a boundary problem and should be reported.
Reported only skipped exon events
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Running spladder in test mode.
New version gives index error so tried with previous version
What I Did
Code:
#!/bin/tcsh
#PBS -l walltime=12:00:00
#PBS -q normal
#PBS -l jobfs=1gb
#PBS -l mem=64gb
#PBS -l ncpus=32
#PBS -P zq45
conda activate /scratch/miniconda3/envs/Spladder
spladder test --conditionA /scratch/Spladder/Code/MixA.txt --conditionB /scratch/Spladder/Code/MixB.txt -v --outdir /scratch/Spladder/Outputs
Error:
ValueError: The first guess on the deviance function returned a nan. This could be a boundary problem and should be reported.
Reported only skipped exon events
The text was updated successfully, but these errors were encountered: