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'd like eyes on the newest version of the script #9

Open
scoetzee opened this issue Sep 28, 2011 · 4 comments
Open

I'd like eyes on the newest version of the script #9

scoetzee opened this issue Sep 28, 2011 · 4 comments
Assignees
Labels

Comments

@scoetzee
Copy link
Collaborator

There have been substantial changes to the layout and function of this script
start command with -h option to see how to set up a run. That information
has been copied here:
COMMAND LINE OPTIONS FOR FuncSNPi:
-c : max cpus availible (ex. -c 8)
-g : genome build to use (ex. -g hg19)
-r : location of risk SNP file (ex. -r ~/riskSNP.txt)
-b : location of of biological peaks file, in bed format (ex. -b ~/biopeaks.bed)

            riskSNP file must be in the following tab deliminated format
            <region>                <risk SNP id>   <ethnic group>
            10:122837334-123837335  rs2981579       EUR             <- example
@labrazil
Copy link
Owner

But remember the biological peaks should be a folder which contains all the bed files.

@ghost ghost assigned labrazil Sep 28, 2011
@scoetzee
Copy link
Collaborator Author

you're right i should make the help more clear. Right now i have it such that if you give it the name of a bed file, it uses the folder that it's in automatically, but if you give it the folder name, that's okay too.

@ghost ghost assigned suhnrhie and labrazil Sep 29, 2011
@labrazil
Copy link
Owner

labrazil commented Oct 1, 2011

tabix does not contain chrX. need to include the chrX files as well. See original FTP site for location.

UPDATE: I added the chrX to the shared folder. just need to revamp the loop to check for chrX and then run tabix on it.

UPDATE: I added an if statement to take care of this event. Please check it.

@labrazil
Copy link
Owner

labrazil commented Oct 1, 2011

multicore function is still not working as expected. the LD tables aren't printing correctly.

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

No branches or pull requests

3 participants