Skip to content

Commit

Permalink
Added packages from virtualenv for SNV (as used in tbi-cluster.sh) in…
Browse files Browse the repository at this point in the history
…to the Conda env. Updated documentation.

Note that some of the documentation is outdated (and vague, anyway). In particular the old server for the containers is currently unavailable.
  • Loading branch information
vinjana committed Jul 28, 2021
1 parent f52f086 commit a782727
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 97 deletions.
9 changes: 6 additions & 3 deletions documentation/source/QuickStartGuide.rst
Expand Up @@ -5,9 +5,12 @@ To start ACEseq download package from `here <https://LinkToGitHub.html/>`_ and i

::

sh $PATH_TO_PLUGIN_DIRECTORY/Roddy/roddy.sh rerun ACEseq@copyNumberEstimation $pid \
--useconfig=$PATH_TO_PLUGIN_DIRECTORY/applicationProperties.ini \
--cvalues="bamfile_list:$pathToControlBamFile;$pathToTumorBamFile,sample_list:control;tumor,possibleControlSampleNamePrefixes:control,possibleTumorSampleNamePrefixes:tumor"
sh $PATH_TO_PLUGIN_DIRECTORY/Roddy/roddy.sh \
rerun \
ACEseq@copyNumberEstimation \
$pid \
--useconfig=$PATH_TO_PLUGIN_DIRECTORY/applicationProperties.ini \
--cvalues="bamfile_list:$pathToControlBamFile;$pathToTumorBamFile,sample_list:control;tumor,possibleControlSampleNamePrefixes:control,possibleTumorSampleNamePrefixes:tumor"

Following parameters should be changed in the project.xml:

Expand Down

0 comments on commit a782727

Please sign in to comment.