Skip to content

process get_software_versions fails #65

@t-neumann

Description

@t-neumann

Hi,

first question - is there still active development on this?

Second question - my runs are crashing on the get_software_version process.

ERROR ~ Error executing process > 'get_software_versions'

Caused by:
  Process `get_software_versions` terminated with an error exit status (1)

Command executed:

  echo 1.0 > v_pipeline.txt
  echo 19.01.0 > v_nextflow.txt
  fastqc --version > v_fastqc.txt
  multiqc --version > v_multiqc.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/fusioncatcher/Dockerfile | grep "VERSION" > v_fusioncatcher.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/fusion-inspector/environment.yml | grep "fusion-inspector" > v_fusion_inspector.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/star-fusion/environment.yml | grep "star-fusion" > v_star_fusion.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/ericscript/environment.yml | grep "ericscript" > v_ericscript.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/pizzly/environment.yml | grep "pizzly" > v_pizzly.txt
  cat /groups/zuber/zubarchive/USERS/tobias/.nextflow/assets/nf-core/rnafusion/tools/squid/environment.yml | grep "squid" > v_squid.txt
  scrape_software_versions.py > software_versions_mqc.yaml

Command exit status:
  1

It does not produce all the files it should - and e.g. grepping for VERSION in nf-core/rnafusion/tools/fusioncatcher/Dockerfile does not deliver any results or grepping for fusion-inspector in nf-core/rnafusion/tools/fusion-inspector/environment.yml yields actually two lines:

name: fusion-inspector
  - fusion-inspector=1.3.1

So I was wondering whether this is related to this issue...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions