Skip to content

The union step #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wushyer opened this issue Dec 6, 2021 · 0 comments
Open

The union step #3

wushyer opened this issue Dec 6, 2021 · 0 comments

Comments

@wushyer
Copy link

wushyer commented Dec 6, 2021

Hi, I use the pipeline to do the analysis in Rat, I first use you sample to run. But met one problem in union.py step.
Could you help me check it? Thanks

bedtools subtract -b human-dataset/gencode28-human-ncRNA.bed -a sample_input.bed -s -f 0.5 -A > bed/cluster/sample_input
echo sample_input >> prefix_list
python tools/union.py prefix_list ./bed/cluster/ > cluster_union.tsv
awk 'NR>1{print $1}' cluster_union.tsv
chrY
chrX
chr13
chr12
chr11
chr10
chr17
chr16
chr15
chr14
chr19
chr18
chrM
chr22
chr20
chr21
chr7
chr6
chr5
chr4
chr3
chr2
chr1
chr9
chr8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant