Skip to content

Commit

Permalink
Fixing typo in admin_ingest.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 29, 2021
1 parent 8ae6649 commit 3d21348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_manual/admin_ingest.rst
Expand Up @@ -144,7 +144,7 @@ After the program terminates, you should create gzip files for the created TSV f
$ gzip -c FAM_name.db-info.tsv >FAM_name.db-info.tsv.gz
$ md5sum FAM_name.db-info.tsv.gz >FAM_name.db-info.tsv.gz.md5
$ gzip -c FAM_name.gts.tsv >FAM_name.gts.tsv.gz
$ md5sum FAM_name.gts.tsv.gz >$FAM_name.gts.tsv.gz.md5
$ md5sum FAM_name.gts.tsv.gz >FAM_name.gts.tsv.gz.md5
The next step is to import these files into VarFish server.
For this, a PLINK PED file has to be provided.
Expand Down

0 comments on commit 3d21348

Please sign in to comment.