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

find_inserted_intervals large negative values #4

Open
kastman opened this issue Mar 21, 2018 · 0 comments
Open

find_inserted_intervals large negative values #4

kastman opened this issue Mar 21, 2018 · 0 comments

Comments

@kastman
Copy link

kastman commented Mar 21, 2018

Occasionally with some alignments (currently in the non_ref_contigs.sh workflow) I'm getting very large negative numbers for the beginning of my intervals; e.g. https://github.com/yeastgenome/AGAPE/blob/master/non_ref_contigs.sh#L21

$BIN/find_inserted_intervals $out_dir/temp.maf $scf_name $len >> $out_dir/$seq_name.inserted.intervals

occasionally creates intervals like this (see unplaced-504 beginning at -536870911):

$ cat $seq_name.inserted.intervals | head 

unplaced-402 2 618
unplaced-423 485 1991
unplaced-504 -536870911 206
unplaced-529 1 1724
unplaced-563 1 1521

Any idea why this might be, and how to fix it?

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