Skip to content

Commit 740f625

Browse files
committed
Easier test
1 parent 80a7234 commit 740f625

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Diff for: .github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
ls -R .test/config
5959
echo "Listing contents of .test/data directory:"
6060
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"
6661
- name: Test report
6762
uses: snakemake/[email protected]
6863
with:

Diff for: workflow/Snakefile

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ splitted_files = [f"results/split/{sample}.bam" for sample in samples]
2424
rule all:
2525
input:
2626
deduped_files,
27-
reference_idx,
28-
reference_dict,
2927

3028

3129
include: "rules/add_or_replace_rg.smk"

0 commit comments

Comments
 (0)