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

Error when a trying --amr #121

Open
msubirana opened this issue Oct 31, 2024 · 0 comments
Open

Error when a trying --amr #121

msubirana opened this issue Oct 31, 2024 · 0 comments
Labels
question Further information is requested

Comments

@msubirana
Copy link

Ask away!

Hi,

I'm running the pipeline like this:

nextflow run epi2me-labs/wf-metagenomics \
--fastq $fastq_pass_path \
-profile singularity \
--database_set PlusPF-8 \
--out_dir $out_dir \
--store_dir $store_dir \
--exclude_host $host_ref \
--amr

And I'm getting this error, any solution? Thanks.

ERROR ~ Error executing process > 'kraken_pipeline:run_amr:abricate (1)'

Caused by:
  Process `kraken_pipeline:run_amr:abricate (1)` terminated with an error exit status (1)


Command executed:

  gunzip -c input_reads.fastq.gz  > input_reads.fastq
  abricate --db resfinder --minid 80 --mincov 80 input_reads.fastq > barcode10_amr_results.tsv

Command exit status:
  1

Command output:
  (empty)

Command error:
  
  gzip: input_reads.fastq.gz: not in gzip format

Work dir:
 lr_microbiome/work/a5/ed6a49a77bb51f2b39869a23be635e

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

 -- Check '.nextflow.log' file for details
@msubirana msubirana added the question Further information is requested label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

1 participant