Hello Dane,
I’m sorry you’re having problems. I’m not sure why singleton would cause a problem; we have not run into this. If you search on this page for “singleton”, you’ll see an explanation:
http://www.brightcomputing.com/blog/bid/174099/slurm-101-basic-slurm-usage-for-linux-clusters
Perhaps talk to the person that manages the clusters? The problem could be if jobs are not allowed to launch other jobs (though I would think this would have been a problem earlier in the pipeline).
You can run the dedupping without splitting. You would just run the dups script directly on the merged_sort file. This can take some time but might not be too terrible depending on how many reads you have and how many duplicates.
touch ${outputdir}/dups.txt
touch ${outputdir}/optdups.txt
touch ${outputdir}/merged_nodups.txt
awk -f ${juiceDir}/scripts/common/dups.awk -v name=${outputdir}/ ${outputdir}/merged_sort.txt
# for consistency with cluster naming in split_rmdups
mv ${outputdir}/optdups.txt ${outputdir}/opt_dups.txt
Then once the merged_nodups file is complete, relaunch Juicer in final mode by sending in the flag “-S final”
Best
Neva
--
You received this message because you are subscribed to the Google Groups "3D Genomics" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 3d-genomics+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/3d-genomics/31d5a8aa-704f-4ab1-9afb-a7e469f4d39e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.