Mercurial > repos > rakesh4osdd > clsi_profile
annotate README.rst @ 10:116ebdf92e39 draft
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 84162f16b2170970978550561485bda556396f08"
author | rakesh4osdd |
---|---|
date | Wed, 30 Jun 2021 06:59:29 +0000 |
parents | 6f4844ad364d |
children |
rev | line source |
---|---|
3
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
1 # clsi_profile |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
2 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
3 CLSI profile for ASIST using the CLSI standards 2020 by AST profiling for bacteria. It help to generate the input file for ASIST program based on MIC values provided by CLSI based AST profiling. |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
4 |
7
6f4844ad364d
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit 526516c07f33c30190617115ae94bac37a11f359"
rakesh4osdd
parents:
6
diff
changeset
|
5 # ASIST: Antimicrobial Susceptibility standards |
3
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
6 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
7 In the first column strain names will be mentioned, the second column will be left blank for getting resistance phenotype, starting two rows will comprise antibiotic names (first row) and antibiotic classes (second row). The data for the resistance profile will then start from the C3 column of an excel file which can be converted into a .csv file. Since B3 is left blank, after implementing the algorithm, column B3 will be filled with the resistance phenotype (susceptible, MDR, XDR, PDR). |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
8 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
9 **Example Input CSV file:** |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
10 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
11 Strain name,Resistance_phenotype,Antibiotic_A1,Antibiotic_A2,Antibiotic_A_N |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
12 Strain_1,Phenotype_1,Resistant,Resistant,Resistant |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
13 Strain_2,Phenotype_2,Resistant,Susceptible,Resistant |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
14 |
6
b67a3c53cc69
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/main commit d4b81c15919b4b87d215eaf1b792c8f251665647-dirty"
rakesh4osdd
parents:
3
diff
changeset
|
15 Link to the code : https://github.com/rakesh4osdd/clsi_profile , https://github.com/rakesh4osdd/asist |
3
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
16 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
17 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
18 # ASIST tool suite |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
19 |
683299422575
"planemo upload for repository https://github.com/rakesh4osdd/asist/tree/master commit f085b88bf75f7b45ac3b0c4e1c39214c0ac0b67d"
rakesh4osdd
parents:
diff
changeset
|
20 These tools can be install from Galaxy toolshed to a Galaxy installation https://galaxyproject.org/admin/get-galaxy/. |