-
Notifications
You must be signed in to change notification settings - Fork 18
Description
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).