-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jessica Mattick edited this page Mar 27, 2020
·
26 revisions
Welcome to the RNA_Editing_Detection_Pipeline wiki!
- Create a txt file containing a list of SRA accession numbers.
- Run
get_SRA_data.py
to download data
Parameters:
-
-a
or--acc_list
: path to file containing list of SRA accession numbers -
-o
or--output
: path to output directory
Example:
nohup python3 get_SRA_data.py -a acc.txt -o output_path &