Skip to content

Commit

Permalink
update header
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Oct 29, 2020
2 parents 7348fe0 + 52231e0 commit fd2ce65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sync-qgen
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ do

# do real thing
echo " Modify ${m_arr[0]} to ${s_arr[${m_arr[1]}]}"
sed -i 's/'${m_arr[0]}'/'${s_arr[${m_arr[1]}]}'/' $outdir/${s_arr[0]}".pbs"
sed -i 's/'${m_arr[0]}'/'${s_arr[${m_arr[1]}]}'/g' $outdir/${s_arr[0]}".pbs"

done

done



echo "Done."
echo "Done."

0 comments on commit fd2ce65

Please sign in to comment.