Skip to content

Commit

Permalink
Merge pull request #53 from karinlag/master
Browse files Browse the repository at this point in the history
modifying nextflow command to use specific version
  • Loading branch information
karinlag authored Mar 14, 2023
2 parents c84550d + dca78fd commit c5d6a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_track.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ cp ${template} ${out_directory}/config_files


echo "TEMPORARY WORKING DIRECTORY IS ${workdir}"
nextflow -c ${template} run -resume ${script_directory}/${track_script} \
nextflow_19.10.0 -c ${template} run -resume ${script_directory}/${track_script} \
-profile ${profile} --out_dir=${out_directory} -work-dir ${workdir} -with-report ${now}_run_report.html

0 comments on commit c5d6a3d

Please sign in to comment.