Skip to content
Snippets Groups Projects
Verified Commit 00019115 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kallisto_index.php: fix fasta path

parent 2568b430
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,5 @@ PIPELINE=${SCRATCH}/nextflow/src/nf_modules/kallisto/indexing.nf
CONFIG=${SCRATCH}/nextflow/src/nf_modules/kallisto/indexing.config
${NF} ${PIPELINE} -c ${CONFIG} -profile ccin2p3_singularity \
--fasta "${SCRATCH}/nextflow/data/tiny_dataset/fasta/tiny_v2.fasta \
--fasta "${SCRATCH}/nextflow/data/tiny_dataset/fasta/tiny_v2.fasta" \
-w "${SCRATCH}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment