3UTR / DaPars2

Dynamics analysis of Alternative PolyAdenylation from RNA-seq
GNU General Public License v2.0
47 stars 22 forks source link

Updated Dapars2_Multi_Sample.py #9

Closed seriousbamboo closed 2 years ago

seriousbamboo commented 2 years ago

Although the first column in the default UCSC bedgraph format has the following format "chr1 chr2 chr3 ...", we found that the the first column of wig files, converted using bedtools from Aligned.Coord.bam, could also has the no-chr-prefix format "1 2 3 ...". In the light of convenience, no-chr-prefix option is embedded and we set the default as F. New command should be: python Dapars2_Multi_Sample.py Dapars2_configure_file current_processing_chromosome (for UCSC bedgraph format), and python Dapars2_Multi_Sample.py Dapars2_configure_file current_processing_chromosome T (for no-chr-prefix format).