File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 58
58
ls -R .test/config
59
59
echo "Listing contents of .test/data directory:"
60
60
ls -R .test/data
61
- echo "Running Snakemake with the following environment:"
62
- env
63
- echo "Using Snakemake command: snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
64
- snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp
65
- echo "Snakemake execution completed"
66
61
- name : Test report
67
62
68
63
with :
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ splitted_files = [f"results/split/{sample}.bam" for sample in samples]
24
24
rule all :
25
25
input :
26
26
deduped_files ,
27
- reference_idx ,
28
- reference_dict ,
29
27
30
28
31
29
include : "rules/add_or_replace_rg.smk"
You can’t perform that action at this time.
0 commit comments