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

Fix GroHMM on full runs #33

Closed
edmundmiller opened this issue Mar 3, 2022 · 0 comments
Closed

Fix GroHMM on full runs #33

edmundmiller opened this issue Mar 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@edmundmiller
Copy link
Collaborator

edmundmiller commented Mar 3, 2022

Samplesheet:

sample,fastq_1,fastq_2
GM0h_REP1,../data/groseq_raw/GM0h.fastq.gz,

Data available here:

Error:

Caused by:
  Process `NFCORE_NASCENT:NASCENT:GROHMM:GROHMM_TRANSCRIPTCALLING (GM0h)` terminated with an error exit status (1)

Command executed:

  transcriptcalling_grohmm.R \
      --bam_file GM0h.sorted.bam \
       \
      --outprefix GM0h \
      --gtf genes.gtf \                                                                                          --outdir ./ \
      --cores 12 \


  cat <<-END_VERSIONS > versions.yml
  "NFCORE_NASCENT:NASCENT:GROHMM:GROHMM_TRANSCRIPTCALLING":
      r-base: $(echo $(R --version 2>&1) | sed 's/^.*R version //; s/ .*$//')
      bioconductor-grohmm: $(Rscript -e "library(groHMM); cat(as.character(packageVersion('groHMM')))")
  END_VERSIONS

Command exit status:
  1

Command output:
  (empty)

Command error:
  Error in Fp[[i]] + 1 : non-numeric argument to binary operator
  Calls: detectTranscripts
  In addition: Warning messages:
  1: In mclapply(readsList, function(x) { :
    all scheduled cores encountered errors in user code
  2: In mclapply(readsList, function(x) { :
    all scheduled cores encountered errors in user code
  Execution halted

Work dir:
  /petastore/ganymede/home/eam150030/nascent/work/f0/e794715b51ad2b1036c36c8fb7b410

Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants