We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49ac99 commit fe9dc4eCopy full SHA for fe9dc4e
tests/test_script/scripts/test.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+test "${snakemake_params[string]}" = "foo"
4
+
5
echo "The first input file is ${snakemake_input[0]}" > "${snakemake_output[0]}" 2> "${snakemake_log[0]}"
6
echo "The named input file is ${snakemake_input[named]}" >> "${snakemake_output[0]}" 2>> "${snakemake_log[0]}"
7
echo "The requested number of threads is ${snakemake[threads]}" >> "${snakemake_output[0]}" 2>> "${snakemake_log[0]}"
0 commit comments