Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Aug 21, 2024
1 parent 68bc2b3 commit 51d4954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rsem/rsem_prepare_reference/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rsem-prepare-reference \
${par_mappability_bigwig_file:+--mappability-bigwig-file "${par_mappability_bigwig_file}"} \
${meta_cpus:+--num-threads "${meta_cpus}"} \
"${par_reference_fasta_files}" \
"${par_reference_name}
"${par_reference_name}"

mkdir -p "${par_output}"
mv "${par_reference_name}.*" "${par_output}/"
mv ${par_reference_name}.* "${par_output}/"

0 comments on commit 51d4954

Please sign in to comment.