Skip to content

Unable to run lathe due to error raised while building DAG of jobs #16

@jainv45

Description

@jainv45

The below-mentioned command was used to run lathe on nanopore and Illumina reads I had.
snakemake --use-singularity --singularity-args '--bind /home/veeral/,/media/wangikarlab/Veeral/Seq_data/lathe_runs/' -s /home/veeral/lathe/Snakefile \ --configfile /media/wangikarlab/Veeral/Seq_data/lathe_runs/config.yaml --restart-times 0 --keep-going --latency-wait 30 --cores all

The delimited text file required for data input was written in the following style
V1 /path to nanopore data.fastq /path to illumina read1.fastq,/path to illumina read2.fastq

The following error messaged is been put:
{'V1': ['/media/wangikarlab/Veeral/Seq_data/illuminaclean/V1_clean1.fastq', '/media/wangikarlab/Veeral/Seq_data/illuminaclean/V1_clean2.fastq']}
Building DAG of jobs...
MissingRuleException:
No rule to produce (if you use input functions make sure that they don't raise unexpected exceptions).

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