GenoRobotics-EPFL / Consensus

1 stars 0 forks source link

Consensus

Librairies

How to run the sequence_preprocessing.py script

The Anaconda environment used to run the sequence_preprocessing script can be found in the file GenoRobotics_bioinfo_consensus.yml
Here are the following steps to follow to run it:

If everything can be run, it means that the environment is correctly installed.
Well done, you have successfully preprocessed your first dataset ! Now you can try to play with other datasets with different parameters. šŸ‘

Notes

Currently, a small dataset called rbcL_Qiagen_tomato_5000.fastq (containing 5000 sequences, ~5 MB) can be found in the src folder. This is a sampled version from the entire dataset rbcL_Qiagen_tomato.fastq (containing ~200k sequences, ~204 MB). This dataset is used in the main loop of the sequence_preprocessing.py script in the run example and can be used to check if the environment is correctly installed.

The current version of the sequence_preprocessing.py is a test/incomplete version and everything is subject to change.