Skip to content

Commit

Permalink
Deduplication timing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-laufer authored Sep 25, 2018
1 parent 4ccebb8 commit e3269e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Paired-end/CpG_Me_PE_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jid3=$(sbatch \
--dependency=afterok:$jid2 \
--ntasks=1 \
--mem=30000 \
--time=1-00:00:00 \
--time=2-00:00:00 \
/share/lasallelab/programs/CpG_Me/CpG_Me_PE_switch.sh \
deduplicate \
${genome} \
Expand Down
2 changes: 1 addition & 1 deletion Single-end/CpG_Me_SE_controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jid3=$(sbatch \
--dependency=afterok:$jid2 \
--ntasks=1 \
--mem=30000 \
--time=0-08:00:00 \
--time=1-12:00:00 \
/share/lasallelab/programs/CpG_Me/CpG_Me_SE_switch.sh \
deduplicate \
${genome} \
Expand Down

0 comments on commit e3269e5

Please sign in to comment.