Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan-sie committed Jan 17, 2023
1 parent 38796c3 commit 5fa3661
Show file tree
Hide file tree
Showing 31 changed files with 1,714 additions and 6,846 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subsections are here:
- [Documentation](doc), about packages and tools needed for everything in the repository.
- [Cow_metadata_pipeline](cow_metadata_pipeline), containing the files for the pipeline, including the scripts, test data and documentation
- [Database](database), containing the scripts needed for transforming the data to the correct format, database schema, testdata and documentation.
- [Variant_calling_pipeline](variant_calling_pipeline)containing the files for the variant calling pipeline, including the scripts, test data and documentation
- [Variant_calling_pipeline](variant_calling_pipeline), containing the files for the variant calling pipeline, including the scripts, test data and documentation

reserved zenodo doi:

Expand Down
12 changes: 6 additions & 6 deletions cow_metadata_pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ Limousin|SAMN09379797|SRS3434715|ftp.sra.ebi.ac.uk/vol1/ERZ173/ERZ1738264/ChrMT-

To run the pipeline the following command can be used, after changing the yaml file to match your correct input, intermediar, and output folders, to check whether everything is setup correctly.

'''
snakemake -n -s {name of the snakefile}
'''

snakemake -n -s {name of the snakefile}


If that doens't throw an error, you can run the pipeline as shown below.

'''
snakemake -c 1 -s {name of the snakefile}
'''

snakemake -c 1 -s {name of the snakefile}


The yaml file is specified at the top of the snakefile and contains the following keys:

Expand Down
File renamed without changes.
Loading

0 comments on commit 5fa3661

Please sign in to comment.