Skip to content

'Test it on a minimal dataset by running' does not work #3

@Lafmas

Description

@Lafmas

Hi again.

Today, I installed metaGT on our machine using git clone.

After installing it, I tried to test the minimal dataset described in README - 'Quick Start' - 4, but it did not work.

(metaGT) pclee@bio507-3:/analysis/users/wycho/Project/metaGT$ nextflow run metaGT -profile test,conda
N E X T F L O W  ~  version 22.10.6
Launching `metaGT/main.nf` [distraught_bardeen] DSL2 - revision: 53a1fce0fe


------------------------------------------------------
                                        ,--./,-.
        ___     __   __   __   ___     /,-._.--~'
  |\ | |__  __ /  ` /  \ |__) |__         }  {
  | \| |       \__, \__/ |  \ |___     \`-._,-`-,
                                        `._,._,'
  metaGT v1.0dev
------------------------------------------------------


WARN: Found unexpected parameters:
* --single_end: false
- Ignore this warning: params.schema_ignore_params = "single_end"

Core Nextflow options
  runName                   : distraught_bardeen
  container                 : metaGT:dev
  launchDir                 : /analysis/users/wycho/Project/metaGT
  workDir                   : /analysis/users/wycho/Project/metaGT/work
  projectDir                : /analysis/users/wycho/Project/metaGT/metaGT
  userName                  : pclee
  profile                   : test,conda
  configFiles               : /analysis/users/wycho/Project/metaGT/metaGT/nextflow.config

Input/output options
  dna_reads                 : null
  rna_reads                 : null

Pipeline options
  transcriptome             : /analysis/users/wycho/Project/metaGT/metaGT/data/transcriptome.fasta
  genome                    : /analysis/users/wycho/Project/metaGT/metaGT/data/genome.fasta

Generic options
  enable_conda              : true

Max job request options
  max_cpus                  : 2
  max_memory                : 6 GB
  max_time                  : 2d

Institutional config options
  config_profile_name       : Test profile
  config_profile_description: Minimal test dataset to check pipeline function

------------------------------------------------------
 Only displaying parameters that differ from defaults.
------------------------------------------------------
executor >  local (2)
[e0/189a38] process > MINIMAP2 (genome) [  0%] 0 of 1
executor >  local (2)
[e0/189a38] process > MINIMAP2 (genome) [100%] 1 of 1, failed: 1 ✘
[93/35c80a] process > PROKKA (genome)   [100%] 1 of 1, failed: 1 ✘
executor >  local (2)
[e0/189a38] process > MINIMAP2 (genome) [100%] 1 of 1, failed: 1 ✘
[93/35c80a] process > PROKKA (genome)   [100%] 1 of 1, failed: 1 ✘
[-        ] process > COVERED_CDS       -
[-        ] process > TRANSDECODER      -
[-        ] process > MMSEQS_CLUSTER    -
Execution cancelled -- Finishing pending tasks before exit
- Ignore this warning: params.schema_ignore_params = "single_end"
WARN: Found unexpected parameters:
* --single_end: false
WARN: Graphviz is required to render the execution DAG in the given format -- See http://www.graphviz.org for more info.
Error executing process > 'MINIMAP2 (genome)'

Caused by:
  Process `MINIMAP2 (genome)` terminated with an error exit status (127)

Command executed:

  minimap2 -t 2 -aY --MD genome.fasta transcriptome.fasta > genome.align.sam

  samtools sort genome.align.sam -o genome.align.sorted.bam

  change_name.py  transcriptome.fasta transcriptome.all_transcripts.fasta

Command exit status:
  127

Command output:
  (empty)

Command error:
  .command.sh: line 2: minimap2: command not found

Work dir:
  /analysis/users/wycho/Project/metaGT/work/e0/189a3802f3a24a22cbc95071249249

Tip: view the complete command output by changing to the process work dir and entering the command `cat .command.out`


Unknown method invocation `checkHostname`

 -- Check script 'metaGT/main.nf' at line: 270 or see '.nextflow.log' file for more details

Is this caused by my incorrect command? Then, how can I solve it?

Best,
Lafmas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions