python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Have snakemake skip rules based on input selection
I have a massive Snakefile. The bits that are likely important are these below. I want to make this a bit more flexible with input files.
in the runini file; if lanenumlanelaeve = 1, I want snakemake ...
Genetics
Votes: 0
Answers: 1
Relative paths in config.yaml for Snakefile
How can I use relative paths in my configuration file so that users do not need to change USER in the paths for output directories?
I have this:
config.yml
proj_name: H1N1_rhesus
contact:
email: use...

Noah_Seagull
Votes: 0
Answers: 2
Is the use of * allowed in Snakemake?
I need to concatenate certain files inside some directories that have been created using a wildcard in a Snakefile. I tried to create the following rule to concatenate all files inside these directori...
Alex galvez morante
Votes: 0
Answers: 2
How to run snakemake on linux backend without output in putty?
I try to run all the rules by followed commands:
touch scripts/*.py
snakemake --cores <YOUR NUMBER>
The problem is my local internet connection is unstable, I could submit the command through p...
william zhao
Votes: 0
Answers: 1