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 -input_contigs option "samplesheet not specified" #24

Open
ljohanam opened this issue Jul 15, 2024 · 3 comments
Open

Error -input_contigs option "samplesheet not specified" #24

ljohanam opened this issue Jul 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ljohanam
Copy link

Description of the bug

I really want to run this pipeline, however, I am facing several issues. First, with spades memory, I ran the assemblies out of the pipeline, and I tried to run the pipeline using the input_contigs option, but, although I have made several variants in the params.yml file, the error is always the same: "samplesheet not specified". I do not know if there is something wrong with my settings or if there is an error in the viroprofile configs file.

These are my settings:

============================= Input =======================================

input_contigs: "/media/projects/data/UEB/Viroma_Esp/CGEK34JV230210/pip-2/UB02-scaffolds.fasta" # false or path t>
ch_cclib: true #I ran with and without this option

============================= Output ======================================

outdir: "./pip-2/Res"

============================= Optional steps switch ====================================>use_abricate: false

use_decontam: false
use_dram: true
use_eggnog: false
use_iphop: true
use_kraken2: false
use_phamb: true

============================= Optional steps parameters ================================># kraken2 + bracken

kraken2_db: "viral"
kraken2_clean: true
save_output_fastqs : false
save_reads_assignment : false

Decontamination

decontam_min_similarity: 0.95
contamref_idx: "/project/genomics/jru/data2/db/viroprofiler/contamination_refs/hg19/ref"

Command used and terminal output

No response

Relevant files

No response

System information

No response

@ljohanam ljohanam added the bug Something isn't working label Jul 15, 2024
@sajanraju
Copy link

HI,
I´m not from the Viroprofiler team.

But it seems you havent specified the input sheet in your command. Could you fill the last three part in your question?

  • Command used and terminal output
  • Relevant files (not mandatory)
  • System information

@ljohanam
Copy link
Author

ljohanam commented Jul 16, 2024

Thank you!

The spreadsheet samples should be not mandatory if the analyses do not start from raw or clean reads.

The command line used it was:

nextflow run deng-lab/viroprofiler -r main -profile singularity -params-file params.yml --max_cpus 40 --max_memory 120.GB

@sajanraju
Copy link

sajanraju commented Jul 16, 2024

I think you still need to mention the sample input file in the command.
here is the example from the assets folder.

sample,contigs
contigs,${HOME}/viroprofiler/testdata/viroprofiler-test/contigs.fasta

This is what I understood from the tutorial.

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