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

Example workflow mentions variants.sh, but it could not be found #151

Open
toddajohnson opened this issue Oct 12, 2021 · 3 comments
Open

Comments

@toddajohnson
Copy link

Is there supposed to be a script variants.sh among the regtools code? It is mentioned in the the example workflow, but I could not find it in the regtools directories or after searching Github.

@kcotto
Copy link
Contributor

kcotto commented Oct 12, 2021

Hi @toddajohnson. That was an oversight on our part. I just added it to the scripts directory (https://github.com/griffithlab/regtools/blob/master/scripts/variants.sh). Thanks for reaching out to us about this!

@toddajohnson
Copy link
Author

Hi @kcotto , I just ran variants.sh against the tsv files output from cis-splice-effects identify (with -o argument), and the variant_info column is column 18 in the tsv, but the first line of variants.sh extracts the column 17 (transcripts column):
awk 'NR>1 {print $17}' $1 > $2

@kcotto
Copy link
Contributor

kcotto commented Oct 14, 2021

Hi @toddajohnson, I just responded to your post #153. But your fix of using the 18th column is correct.

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

2 participants