mauranolab / mapping

2 stars 1 forks source link

bamintersect counts.anc_info.txt files #72

Closed mattmaurano closed 5 years ago

mattmaurano commented 5 years ago

John

Few more points: 1) I was just looking at files created by bamintersect. How come there are two counts.anc_info.txt files? Can ${INTERMEDIATEDIR}/${sample_name}.counts.anc_info.txt be put in TMPDIR?

2) These files need better names: ${TMPDIR}/del_gen1 ${TMPDIR}/del_gen2 ${TMPDIR}/del_gen_reads ${TMPDIR}/filter_csv.bed3

3) Again, just pipe straight through rather than making intermediate files: a) ${TMPDIR}/geneNames.out" > "${TMPDIR}/geneNames_noBlanks.out"

b) bedmap --count "${TMPDIR}/all_regions.bed" "${TMPDIR}/filter_csv.bed3" > "${TMPDIR}/num_reads.out" paste -d $'\t' "${TMPDIR}/all_regions_and_geneNames.bed" "${TMPDIR}/num_reads.out" > "${TMPDIR}/all_regions_geneNames_numReads.bed"

cadley-nyulangone commented 5 years ago

I've been getting the below java errors from sort_bamintersect all morning. They are the same as the ones that were resolved with the qos adjustment before. Could this be related to the other jobs that are running on the cluster now?

#

There is insufficient memory for the Java Runtime Environment to continue.

Cannot create GC thread. Out of system resources.

Possible reasons:

The system is out of physical RAM or swap space

In 32 bit mode, the process size limit was hit

Possible solutions:

Reduce memory load on the system

Increase physical memory or swap space

Check if swap backing store is full

Use 64 bit Java on a 64 bit OS

Decrease Java heap size (-Xmx/-Xms)

Decrease number of Java threads

Decrease Java thread stack sizes (-Xss)

Set larger code cache with -XX:ReservedCodeCacheSize=

This output file may be truncated or incomplete.

#

Out of Memory Error (gcTaskThread.cpp:48), pid=140868,

tid=0x00002aaaac967700 #

JRE version: (8.0_101-b13) (build )

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode

linux-amd64 compressed oops)

Failed to write core dump. Core dumps have been disabled. To enable core

dumping, try "ulimit -c unlimited" before starting Java again #

John

On Sun, Sep 15, 2019 at 3:07 PM mattmaurano notifications@github.com wrote:

Assigned #72 https://github.com/mauranolab/mapping/issues/72 to @cadley-nyulangone https://github.com/cadley-nyulangone.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mauranolab/mapping/issues/72?email_source=notifications&email_token=AKY4NJQHTK72V2H75ZESQ5TQJ2BWTA5CNFSM4IW3UJQKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTUGDJWA#event-2634822872, or mute the thread https://github.com/notifications/unsubscribe-auth/AKY4NJQ7LQHQSNXZ4LXHURTQJ2BWTANCNFSM4IW3UJQA .