Skip to content

Commit

Permalink
add pipline_inputs subdir to location of index files again
Browse files Browse the repository at this point in the history
  • Loading branch information
sahakiann committed May 14, 2024
1 parent c01f2aa commit 352c7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/skylab/snm3C/snm3C.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ task Hisat_paired_end {
start=$(date +%s)
echo "Run hisat"
if [ ~{cromwell_root_dir} = "gcp" ]; then
hisat_index_file_dir="~{cromwell_root_dir}/pipeline_inputs/$genome_fa_basename"
hisat_index_file_dir="~{cromwell_root_dir}/$genome_fa_basename"
else
hisat_index_file_dir="$WORKING_DIR/$genome_fa_basename"
hisat_index_file_dir="$WORKING_DIR/pipeline_inputs/$genome_fa_basename"
fi
echo "hisat_index_file_dir: $hisat_index_file_dir"
Expand Down

0 comments on commit 352c7af

Please sign in to comment.