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

Use sortBed instead of unix sort #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NaotoKubota
Copy link

Hi Skipper maintainers,

Thank you for creating this wonderful tool!

I am trying to analyze my eCLIP data from mouse samples by Skipper and got an error in the make_unscaled_bigwig and make_scaled_bigwig rules with this message:

output/bedgraphs/unscaled/plus/N1_IP_2.unscaled.plus.bg is not case-sensitive sorted at line 2405117.  Please use "sort -k1,1 -k2,2n" with LC_COLLATE=C,  or bedSort and try again.

Thus I suggest using sortBed instead of the UNIX sort command. It is working on my end.

Best,

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

Successfully merging this pull request may close these issues.

None yet

1 participant