r3fang / SnapATAC

Analysis Pipeline for Single Cell ATAC-seq
GNU General Public License v3.0
301 stars 125 forks source link

Gencode.vM16.gene.bed 404 not found #75

Closed ScienceBear closed 5 years ago

ScienceBear commented 5 years ago

Hi Rongxin,

I'm at step 13 in the 10X mouse brain tutorial. When I input: system("wget http://renlab.sdsc.edu/r3fang/share/Fang_2019/MOs_snATAC/genes/gencode.vM16.gene.bed");

I get a 404 Not Found error. Is the url correct?

Best wishes,

Luke

r3fang commented 5 years ago

Hi Luke,

Please download the gene annotation from here: https://www.dropbox.com/sh/pkyloalmvrcw7fg/AAAyMUTFS-569pHJl5DXA2RGa?dl=0 https://www.dropbox.com/sh/pkyloalmvrcw7fg/AAAyMUTFS-569pHJl5DXA2RGa?dl=0

Best,

Rongxin Fang, Ren Lab Ludwig Cancer Research Bioinformatics Ph.D. Student University of California, San Diego

On Aug 27, 2019, at 10:48 AM, ScienceBear notifications@github.com wrote:

Hi Rongxin,

I'm at step 13 in the 10X mouse brain tutorial. When I input: system("wget http://renlab.sdsc.edu/r3fang/share/Fang_2019/MOs_snATAC/genes/gencode.vM16.gene.bed http://renlab.sdsc.edu/r3fang/share/Fang_2019/MOs_snATAC/genes/gencode.vM16.gene.bed");

I get a 404 Not Found error. Is the url correct?

Best wishes,

Luke

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/r3fang/SnapATAC/issues/75?email_source=notifications&email_token=ABT6GG5DYQFE5RCYWVOHZ43QGVSHHA5CNFSM4IQHMPL2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHW6TJQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABT6GGZ6PGHDFKE3B2WLSLLQGVSHHANCNFSM4IQHMPLQ.

ScienceBear commented 5 years ago

Worked perfectly, thanks!

Luke