Skip to content

Commit

Permalink
Added PAT token, test again
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaretti committed Jun 12, 2024
1 parent 05a7d43 commit 67a9615
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@

rule all:
input:
"output.txt",

"output.txt"

rule example:
output:
"results/output.txt",
"output.txt"
log:
"logs/picard/replace_rg/{sample}.log",
"logs/test.log"
conda:
"./envs/test_env.yml"
shell:
"echo 'Hello, World!' > {output} > {log} 2>&1"
"""
echo 'Hello, World!' > {output}
echo 'Hello, World!' > {log} 2>&1
"""

0 comments on commit 67a9615

Please sign in to comment.