Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit f41aaf9

Browse files
committed
Try new method.
1 parent 0f47808 commit f41aaf9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.test/run_test.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ cd ../workflows/FRASER_snakemake
2323
echo "🧹 Cleaning up previous test outputs..."
2424
rm -rf fraser_test_output fraser_test_input
2525
rm -rf .snakemake
26+
rm -rf logs
2627

27-
./run_snakemake.sh --config_file "../../.test/config/test_config.yaml" --profile "config/slurm_scg"
28+
# Force Snakemake to run by using --forceall
29+
echo "🔧 Using --forceall to force pipeline execution..."
30+
31+
# Run Snakemake directly with --forceall to force execution
32+
micromamba run -n snakemake7 snakemake --configfile "../../.test/config/test_config.yaml" --profile "config/slurm_scg" --use-conda --snakefile workflow/Snakefile --forceall
2833

2934
echo "✅ Test completed successfully!"
3035
echo "Logs are available in: $(pwd)/logs/"

0 commit comments

Comments
 (0)