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

about parameter #10

Open
xj-Liang-Olga opened this issue Jul 23, 2021 · 3 comments
Open

about parameter #10

xj-Liang-Olga opened this issue Jul 23, 2021 · 3 comments

Comments

@xj-Liang-Olga
Copy link

Hello, when I predict the m6A site, I see the -r parameter which is the file of referance corrd of transcripts. I want to know how to obtain this file and whether it can be converted from a gff file.

@gaoyubang
Copy link
Owner

You can convet it from gff file
image

@xj-Liang-Olga
Copy link
Author

Hello, I have obtained the bed file with your help, and I would like to ask about the parameters of samtools. I did not find the parameter R, may I ask how to set it.
`$samtools dict

About: Create a sequence dictionary file from a fasta file
Usage: samtools dict [options] <file.fa|file.fa.gz>

Options: -a, --assembly STR assembly
-H, --no-header do not print @hd line
-o, --output STR file to write out dict file [stdout]
-s, --species STR species
-u, --uri STR URI [file:///abs/path/to/file.fa]
`

@gaoyubang
Copy link
Owner

you need picard to create ref.dict
picard CreateSequenceDictionary R=ref.fa O=ref.dict

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