-
Notifications
You must be signed in to change notification settings - Fork 46
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
Warning: cannot detect conda environment #100
Comments
Hi! Note: [general]
virus_base_config=hiv
[output]
snv=true
local=true
global=false
visualization=true
QA=true Note: it also works with YAML/JSON files (called config.yaml or specified on command line option general:
virus_base_config: hiv
output:
snv: true
local: true
global: false
visualization: true
QA: true |
If the files are in *fastq.gz format, the error message looks a bit different: This is because of the name of your .fastq file. The name of the fastq file should be *R1.fastq after unzip from .gz file. |
Hi, MissingInputException in rule gunzip in file /V-pipe/workflow/rules/quality_assurance.smk, line 11: Even when I try to run the ./vpipe --dryrun I get the same error. VPIPE_BASEDIR = /V-pipe/workflow Could please someone help me? |
@aitorgarzia : This message happens when Snakemake has trouble finding the input files. To create this file:
...it should in theory search for a file called:
(see Preparing a small dataset section) Please check that it corresponds.
|
Hi
The following problem I got with V-pipe master (HIV-1 analysis): when I try to initialise the project I have the following Warning:
Warning: cannot detect conda environment V-pipe project initialized!
Conda V-pipe environment is activated.
And after trying --dryrun, the following error came up:
$ ./vpipe --dryrun
VPIPE_BASEDIR = /Users/sviat/V-pipe
Migrating .snakemake folder to new format...
Migration complete
Building DAG of jobs...
WorkflowError:
WorkflowError:
MissingInputException: Missing input files for rule gunzip:
samples/ADA1038B/20210521/extracted_data/R1.fastq.gz
CyclicGraphException: Cyclic dependency on rule convert_to_ref.
MissingInputException: Missing input files for rule sam2bam:
samples/ADA1038B/20210521/alignments/REF_aln.sam
ADA1038B is the first sample in my sample list.
Samples prepared according to the manual:
v-pipe_workdir/samples/ADA1038B/20210521/raw_data/ADA1038B_R1.fastq
v-pipe_workdir/samples/ADA1038B/20210521/raw_data/ADA1038B_R2.fastq
...
If the files are in *fastq.gz format, the error message looks a bit different:
Building DAG of jobs...
MissingInputException in line 10 of /Users/sviat/V-pipe/rules/quality_assurance.smk:
Missing input files for rule gunzip:
samples/ADA1038B/20210521/extracted_data/R1.fastq.gz
Can you please help me with this issue?
Thank you!
P.S. SARS-CoV-2 V-pipe branch works perfect!
The text was updated successfully, but these errors were encountered: