Skip to content
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

I have two files that are not created when the command is restarting (portcullis.junctions.tab , portcullis.junctions.bed ) #64

Open
sashulkaSh opened this issue Jan 17, 2023 · 0 comments

Comments

@sashulkaSh
Copy link

Hello!
I run command:

portcullis  full -t ${t} \
--bam_filter \
--orientation FR \
--strandedness unstranded \
-o ./portcullis2 \
${g} \
${bam}/*

I have two files that are not created when the command is restarting ...
portcullis.junctions.tab
portcullis.junctions.bed

wc -l portcullis.junctions.tab :
831341 portcullis.junctions.tab

These files were created for the first time, as well as when restarting:
wc -l */*tab :
371669 2-junc/portcullis_all.junctions.tab
164121 3-filt/portcullis_filtered.pass.junctions.tab
116171 3-filt/portcullis_filtered.selftrain.initialset.neg.junctions.tab
55726 3-filt/portcullis_filtered.selftrain.initialset.pos.junctions.tab
707687 total

At first I decided that portcullis.junctions.tab is a concatenate of all files 2-junc/portcullis_all.junctions.tab, 3-filt/portcullis_filtered.pass.junctions.tab, 3-filt/portcullis_filtered.selftrain.initialset.neg.junctions.tab, 3-filt/portcullis_filtered.selftrain.initialset.pos.junctions.tab , but the sum of the lines of these files is not equal to the number of lines portcullis.junctions.tab .....
What is this file and why is it not created in new runs (in the new folder)?
What file with junctions should I use in further work?

(I launched the same team on other data, but I could not get this files portcullis.junctions.tab , portcullis.junctions.bed anymore)

Thanks...

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